Workflow templates
Ready-made Shopify Flow workflows that start from a Workflow Webhooks trigger. Each page explains the payload mapping the workflow expects and has the workflow attached as a .flow file to import.
| Template | Trigger | What it does |
|---|---|---|
| Tag order when webhook received | Webhook Trigger | When an external system calls your webhook with an order number and a tag, add that tag to the order. |
| Return order status when webhook received | Sync Webhook Trigger | Answer an HTTP request with the payment and fulfillment status of an order. |
| Create customer when webhook received | Webhook Trigger | Create a Shopify customer from a form submission or lead sent to your webhook, tagged webhook-lead. |
| Mark order as paid when webhook received | Webhook Trigger | When your bank, invoicing or payment system confirms a payment through your webhook, mark the matching order as paid. |
| Tag product when webhook received | Webhook Trigger | When a supplier, PIM or ERP calls your webhook with a SKU and a tag, add that tag to the product. |
| Update customer metafield when webhook received | Webhook Trigger | When a loyalty, CRM or points system calls your webhook with an email address and a number, store it on the customer in the metafield custom.loyalty_points. |
| Add order note when webhook received | Webhook Trigger | When a 3PL, ERP or support tool calls your webhook with an order number and a message, add the message to the order note. |

