Getting Started
External events into Shopify Flow
FlowRelay receives events from outside Shopify, checks them, and hands the matching trigger to Shopify Flow.
What FlowRelay does #
FlowRelay is the event front door for Shopify Flow. It gives each outside sender a controlled endpoint, records a receipt, and keeps recovery work tied to safe evidence.
What Delivered means #
Delivered means FlowRelay handed the trigger to Shopify Flow. Shopify Flow branch matching and downstream actions are separate Shopify Flow behavior.
Where to go next #
Most teams start with one test event, then add authentication, connect the Flow trigger, and use receipts to verify what happened.
Start path
Use this order when you are new to FlowRelay.
- 01Start with a concrete use case, such as a supplier update, ERP event, warehouse status, partner alert, or custom app event that should start Shopify Flow.
- 02Create an endpoint for that sender and choose the event type Shopify Flow should receive.
- 03Choose an authentication mode with the sender owner and keep all generated secret material private.
- 04Add the matching FlowRelay trigger to a safe Shopify Flow workflow.
- 05Send a synthetic test event, open the FlowRelay receipt, and confirm the handoff boundary.
Delivered means FlowRelay handed the trigger to Shopify Flow. It does not mean downstream Shopify Flow branches, app calls, fulfillment changes, emails, or later systems completed.
FlowRelay