Skip to content
IntermediateProfessionalE-commerce AutomationWebhook trigger11 nodes

Send WhatsApp order and shipping updates from a verified store webhook

Verifies a Shopify order webhook, then sends the customer a WhatsApp message with the order status and tracking link, and logs every send.

A webhook receives Shopify's orders/updated and orders/fulfilled events and answers immediately, inside Shopify's short timeout, before any work happens. A Code node recomputes the HMAC-SHA256 signature with the store's signing secret and compares it in constant time; an IF sends anything that fails to a Stop And Error, because an unverified order webhook is an open relay for messaging your customers. Valid orders are shaped into named fields — phone taken from the shipping address first, plus first name, order name, fulfillment status and tracking URL — and a Filter drops orders with no usable international number. The WhatsApp Business Cloud node sends the update and a Google Sheets append records it. Both external calls retry and route failures to an error rail that posts to Slack.

Key benefits

  • Customers hear about shipping on the channel they actually read, not in an unopened email
  • The Shopify signature is verified in constant time, so nobody can send messages in your name
  • Shopify gets its 200 immediately, so the endpoint never gets throttled or disabled for slow replies
  • Orders with no usable phone number are filtered out before they can burn an API call
  • Every send is logged, which is the record you need when a customer says nobody told them

Use cases

  • Indian and South-East Asian stores where WhatsApp outperforms email for delivery updates
  • Shopify merchants whose support load is mostly 'where is my order'
  • Agencies running notification flows for several client stores
  • Anyone who has paid for a courier's SMS add-on and wanted the message on WhatsApp instead

Integrations

WhatsAppGoogle SheetsSlack

Workflow preview (11 nodes)

The template's actual node layout and connections. Node parameters and credential slots unlock with the download.

Shopify Order WebhookWebhookAcknowledge Shopify Imm…Respond To WebhookVerify Shopify SignatureCodeSignature Good?IfReject Forged WebhookStop And ErrorShape the Customer Mess…SetHas a Phone Number?FilterSend the WhatsApp UpdateWhats AppLog the NotificationGoogle SheetsCapture Send FailureSetAlert Ops on SlackSlack

What's inside (11 nodes)

A look at the node types this workflow uses. No purchase required — full parameters and credentials are yours after you buy.

CodeFilterGoogle SheetsIfRespond To WebhookSetSlackStop And ErrorWebhookWhats App

From download to running in 3 steps

  1. 1
    Import. In n8n, open Workflows → menu → “Import from File” and pick the downloaded JSON.
  2. 2
    Connect. Add your own credentials on the app nodes - n8n highlights exactly which ones need them.
  3. 3
    Activate. Run it once to test, then toggle Active. The automation is live.

What you'll learn

Core level

A compact production shape: validation and error handling without extra machinery.

  • Moving data between Google Sheets and Slack in a single run
  • Failing loudly on a bad run instead of letting it pass silently
  • Adding retries and an explicit error path to external calls

Every node carries its own documentation on the canvas, plus notes explaining why the architecture was built this way, a credential setup guide, troubleshooting, and three practice exercises. Sample data comes pinned to the trigger, so you can hit Execute and watch data flow before connecting a single account.

Common questions

What exactly do I get?

The complete, ready-to-import n8n workflow as a JSON file, delivered instantly after payment. Import it into your own n8n (cloud or self-hosted), add your credentials, and it runs.

How do I import it into n8n?

In n8n, open Workflows, click the three-dot menu, choose “Import from File”, and select the downloaded JSON. Then connect your own app credentials on the highlighted nodes.

Do I need anything else for it to work?

You need your own n8n instance and accounts/credentials for the apps this workflow connects to (WhatsApp, Google Sheets, Slack). No coding is required.

What if it doesn't work for me?

If the file is faulty, won't import, or isn't as described, contact us within 7 days and we'll fix it or refund you - see our refund policy.

Can I modify or resell it?

You can freely adapt and use it in your own or your clients' projects. Reselling or redistributing the template file itself is not permitted.

Original n8n workflow template created and owned by WorkflowCrate. After purchase you receive the ready-to-import JSON file and a license to use and adapt it in your own projects.