Four real automation pipelines you can run live
These are the shapes of work clients hire us for on Upwork — Stripe webhooks fan-outs, ServiceTitan→QBO nightly billing, Shopify order pipelines, HubSpot deal-stage automations. Each workflow runs with realistic delays and full input/output JSON inspectable at every node. No real third-party calls — but the payload shapes and execution flow are production-grade.
Stripe Big-Deal Alert
When a Stripe charge over $5,000 succeeds, fan out the win to the team channel, append a row to the deals spreadsheet, and DM the account executive with deal context — all within a second of the webhook firing.
Sample input: $12,500 charge — CharterAir Group · annual Pro · 45 seats
Tip: click any node to inspect its input, operation, and output JSON.
See the input data, the operation, and the output payload at each hop. Hit "Run with sample input" to watch nodes execute live.
Execution timeline
Step-by-step log of each node as it runs
- 1S—Stripe WebhookReceive POST /webhooks/stripe (charge.succeeded events)
- 2•—Filter > $5,000Pass only if charge.amount/100 > 5000 USD
- 3#—Slack #winschat.postMessage to #wins with deal block-kit summary
- 4GS—Sheets · log rowspreadsheets.values.append → BigDeals!A:H
- 5#—Slack DM · AEchat.postMessage IM to AE @morgan.lee
- 6•—DoneAll branches succeeded
Run history
Last 4 runs · click a row to inspect frame-by-frame
| When | Trigger | Duration | Nodes | Status | |
|---|---|---|---|---|---|
| May 3, 8:14 AM | $8,400 — Northwind Ltd | 1.18s | 6/6 | Success | |
| May 2, 7:02 PM | $22,000 — BlueOak Foods | 1.24s | 6/6 | Success | |
| May 2, 11:47 AM | $1,250 — Hyperion (filtered) | 0.38s | 2/6 | Success | |
| May 1, 10:38 PM | $5,800 — Caldera AI | 1.15s | 6/6 | Success |