Requex.me LogoRequex.me

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

ecommerce6 steps·Free — clone into your account in one click

How this workflow works

  1. 1. Shopify orders/create

    trigger

    Starts the workflow — from an inbound HTTP request or on a schedule.

  2. 2. Verify Shopify HMAC

    webhook-verify

    Rejects requests whose HMAC signature does not match your secret.

  3. 3. Orders over $200

    filter

    Stops the run unless the payload matches your conditions.

  4. 4. VIP order → Slack

    slack

    Posts a message to a Slack channel via an incoming webhook.

  5. 5. Map to VIP row

    transform

    Reshapes the payload. ⚠ Replaces it — downstream nodes see only the new shape.

  6. 6. Track VIPs

    google-sheets

    Appends 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