Our apps
Four apps, each removing a different limit in Shopify Flow. They work independently, and they combine well.
Workflow Webhooks
Trigger a Flow workflow from any external system. Every webhook gets its own secure URL that anything can POST to, with authentication, payload mapping and full delivery history. Since version 2.8.0 a workflow can also send data back to whoever called it, so a webhook can answer a question rather than just acknowledge a request.
App Store - Documentation - Release notes
Workflow Trigger Extensions
83 triggers that Shopify Flow does not have natively: tag changes, per-location inventory, marketing consent, B2B company contacts, draft orders, markets, locations and more. When none of them fit, write your own in JavaScript against a real captured payload.
App Store - Documentation - Release notes
Workflow Transactional Email
Send branded transactional email from Flow through your own SMTP server, Microsoft 365 or Google, with a visual builder and reusable layouts. It also adds an HTTP Request action that works on every Shopify plan, including Basic, where Shopify's own HTTP action is not available.
App Store - Documentation - Release notes
Workflow Functions
Run your own JavaScript or TypeScript as a step in a Flow workflow, in an isolated sandbox, with access to the Admin API. Functions can also run on a cron schedule with no Flow trigger at all, sync to your own GitHub repository, and be drafted for you by AI.
App Store - Documentation - Release notes
A note on the names
All four were renamed from Flow ... to Workflow ... in 2026. It is the same app, the same install and the same configuration. Their App Store addresses still use the original names, which is why the links above do not match the current titles.
