From a single visual canvas to typed code snippets, Flow Plus handles every part of the webhook → Flow pipeline.
A live three-panel canvas: webhook payload on the left, Flow trigger fields in the middle, what Flow sees on the right. Drag, click, done.
Only 8 Field slots? No problem. Every webhook also lands in Flow as JSONString — the complete request, untouched.
{
"event": "checkout.abandoned",
"customer": {
"id": "cust_9821",
"email": "[email protected]",
"tags": ["VIP", "returning"]
},
"cart": {
"total": 128.50,
"items": [2 items]
}
} Flow Plus generates a ready-to-use JavaScript snippet for Shopify Flow's Run Code action. Paste it; get typed, named outputs.
Pick any payload path as the unique event ID — or let Flow Plus hash the body. Duplicate events within 24 hours are silently skipped.
Everything you'd build if you were rolling this yourself — already there.
Every request signed with a per-channel secret. Verify on your end with a single header check.
Failed deliveries retry with exponential backoff up to 24 hours. Manual replay any time.
Every event you receive — searchable, with raw payload, mapped output, and Flow run linked.
From webhook in to Flow trigger out. Built on Cloudflare's edge network.
Compare a failed event to a recent successful one. Replay individual events or whole windows.
Flow Plus never reads your store data. We relay webhooks to Flow — that's it.
Install Flow Plus, paste a webhook URL, and watch a real event flow through the canvas.
Install on Shopify