Orders over $200 ping a Slack channel instantly and get tracked in a VIP sheet — both branches run in parallel from one verified orders/create webhook.
Shopify VIP order alerts
How this workflow works
1. Shopify orders/create
triggerStarts the workflow — from an inbound HTTP request or on a schedule.
2. Verify Shopify HMAC
webhook-verifyRejects requests whose HMAC signature does not match your secret.
3. Orders over $200
filterStops the run unless the payload matches your conditions.
4. VIP order → Slack
slackPosts a message to a Slack channel via an incoming webhook.
5. Map to VIP row
transformReshapes the payload. ⚠ Replaces it — downstream nodes see only the new shape.
6. Track VIPs
google-sheetsAppends or updates rows in a Google Sheet.
Run it without writing any code
Every step above is a visual node in the Requex workflow builder. Clone this template, fill in your own credentials where a step needs them, and it runs in the cloud — no server, no cron box, no npm install. Webhook-triggered workflows get an always-on URL; scheduled ones run on your cron expression.
Open this template in the builder