What it does
This trigger lets an outside system send a POST request to Flow Buddy and start a Shopify Flow workflow.
When to use it
Use this when an ERP, CRM, warehouse system, or custom app needs to kick off automation inside Shopify.
Before you start
- Install Flow Buddy
- Make sure your app plan includes webhook triggers
- Decide which external system will send the webhook
- Identify the data you want to pass into Flow
Setup steps
- Open the Webhooks area in Flow Buddy.
- Review the webhook configuration for your shop.
- Copy the endpoint or trigger details you need.
- In the external system, configure a POST request to the Flow Buddy endpoint.
- Create a Shopify Flow workflow that uses the Flow Buddy webhook trigger.
- Send a test webhook.
- Confirm the workflow runs.
Example
A warehouse system posts shipment data to Flow Buddy. Shopify Flow then updates records and sends a customer-facing message.
Troubleshooting