Webhook Trigger
Trigger flows with webhooks!
Last updated
Trigger flows with webhooks!
Last updated
Here's an example of a flow that is triggerd via a webhook to tag a product:
Here's how you can do this on your store
1- Install Flow Helper
https://apps.shopify.com/flow-helper
2- Copy your Webhook URL from the main page of the app:
You can find the Webhook URL here on the main page of the Flow Helper app:
3- Download this flow template and import it
This will give you a good starting point - you can see how the Run Code step parses the payload. Because Flow input fields need to be defined individually, in order to support generic webhooks, we're passing them into Flow as stringified JSON and then parsing them into an object within the flow.
4- POST to the webhook URL
To start a flow with a webhook trigger, send a POST that looks like this: