Can FlowRelay trigger Shopify Flow from an external system?
Yes. A sender can post an authenticated JSON event to FlowRelay, then Shopify Flow can run from the matching FlowRelay trigger.
FlowRelay
View FlowRelay for Shopify Flow
Use case
A webhook is easy to send. The harder question is whether the store team can trust what happened when the outside event was supposed to become a Shopify Flow trigger.
Why it matters
Sender logs usually explain transport. They often do not show which Shopify Flow trigger was expected, which endpoint settings were active, whether the workflow was ready, or what is safe to try next.
What FlowRelay adds
FlowRelay receives the outside JSON event, verifies the sender, validates expected fields, records endpoint and mapping context, and hands the trigger to Shopify Flow with a receipt the team can inspect later.
Evidence to check
Use the first event to confirm the handoff, not just to confirm that an endpoint returned a status code.
The store can trust where the event came from before Shopify Flow acts.
The event has Shopify Flow meaning, not only JSON shape.
Downstream workflow outcomes remain in Shopify Flow, but the handoff is easier to check.
How to start
A small first event makes the setup feel governable. Pick something real enough to matter and safe enough to test.
Record the outside system, event name, owner, expected volume, and Shopify Flow trigger family.
Choose authentication, required fields, and the FlowRelay trigger variant Shopify Flow will use.
Add or check the matching FlowRelay trigger in Shopify Flow before you send the first test event.
Use a low-risk example without secrets, copied customer records, or irreversible downstream actions.
Confirm auth, validation, mapping, Flow readiness, and handoff so the production path has a clear record.
Boundary
FlowRelay can show that it handed the trigger to Shopify Flow. Shopify Flow and downstream apps still own branches, actions, emails, fulfillments, tags, refunds, and later business outcomes.
Questions
Yes. A sender can post an authenticated JSON event to FlowRelay, then Shopify Flow can run from the matching FlowRelay trigger.
Redacted receipt facts — the endpoint settings, mapped fields, support code, and a diagnostics share. Support does not need raw payloads, endpoint secrets, or authentication headers, and should not be sent them.