Revenue Workflows
5 automated pipelines generating income 24/7/365
Revenue Workflows
Customer Onboarding
Auto-onboard paying customers: Stripe payment, credits, welcome email, Slack alert, GitHub repo, and starter app generation.
Full App Pipeline
AI-powered app factory: generate app, AI code review, auto-fix issues, push to GitHub, notify Slack, trigger deploy.
Affiliate Payout
Automated commission pipeline: calculate earnings, verify $50 threshold, process Stripe payout, send receipt, update leaderboard.
Marketplace Publish
Generate apps for sale: AI builds the app, quality review, screenshots, list on marketplace, notify seller with details.
AI Chatbot Deploy
Deploy customer service bots: configure persona, generate 20+ response templates, test conversation flow, deploy endpoint, monitor.
Auto-Triggers (Event-Driven)
Workflows fire automatically when events occur. 7 trigger types supported.
Stripe Payment
On payment_intent.succeeded → auto-launch Customer Onboarding
GitHub Push
On push to main → auto-launch Full App Pipeline code review
Slack Command
On /devbot deploy → auto-launch AI Chatbot Deploy
Webhook
On marketplace order → auto-launch Marketplace Publish
ActiveCron Schedule
Daily at midnight → auto-launch Affiliate Payout batch
ActiveManual Trigger
Fire any workflow on-demand from this dashboard or via API
ActiveScheduled Jobs (24/7 Cron)
Recurring workflows running automatically on schedule.
| Job | Workflow | Schedule | Last Run | Runs | Status |
|---|---|---|---|---|---|
| Affiliate Payouts | affiliate-payout | 0 0 * * * Daily midnight | -- | 0 | Active |
| Marketplace Refresh | marketplace-publish | 0 */6 * * * Every 6 hours | -- | 0 | Active |
| Chatbot Health Check | ai-chatbot-deploy | */30 * * * * Every 30 min | -- | 0 | Active |
| Pipeline Status Report | full-app-pipeline | 0 9 * * 1-5 Weekdays 9AM | -- | 0 | Active |
| Onboarding Follow-up | customer-onboarding | 0 10 * * * Daily 10AM | -- | 0 | Active |
Active Workflows
Loading active workflows...
Workflow Steps (DAG)
Launch Workflow (Advanced)
Queue Status
| Position | Workflow | Priority | Queued At | Actions |
|---|---|---|---|---|
| Queue is empty | ||||
Execution History
| ID | Template | Status | Duration | Started | Actions |
|---|
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/workflows/start | Start a workflow from template |
| GET | /api/workflows/templates | List all 10 workflow templates |
| GET | /api/workflows/dashboard | Aggregated stats dashboard |
| GET | /api/workflows/queue | Queue status + cron jobs |
| GET | /api/workflows/:id | Get workflow details |
| POST | /api/workflows/triggers | Create event trigger |
| POST | /api/workflows/triggers/fire | Manually fire a trigger |
| POST | /api/workflows/:id/cancel | Cancel running workflow |
| POST | /api/workflows/:id/retry | Retry failed workflow |