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
Workflow preview (11 nodes)
The template's actual node layout and connections. Node parameters and credential slots unlock with the download.
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.
From download to running in 3 steps
- 1Import. In n8n, open Workflows → menu → “Import from File” and pick the downloaded JSON.
- 2Connect. Add your own credentials on the app nodes - n8n highlights exactly which ones need them.
- 3Activate. Run it once to test, then toggle Active. The automation is live.
What you'll learn
Core levelA 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.
Related templates
Recover abandoned carts with a delayed WhatsApp nudge
Waits an hour after a checkout is abandoned, re-checks the cart against the store API, and sends a WhatsApp template nudge with a recovery link only if it is genuinely still unpaid and above a value floor.
Send WhatsApp appointment reminders from Google Calendar
Reads tomorrow's Google Calendar appointments each morning, extracts each attendee's phone number from the event, and sends an approved WhatsApp template reminder in rate-limited batches, logging every send.
Answer WhatsApp keywords automatically and hand the rest to a human
Matches inbound WhatsApp messages against three keyword rules and answers them instantly. Anything else is handed to a human in Slack with the customer's original wording, and every message is logged so the rules can be improved from evidence.
Escalate a WhatsApp message nobody answered in 15 minutes
Logs every inbound WhatsApp message as open, waits fifteen minutes, then re-reads the log. Anything still not marked answered is escalated to Slack with the customer's own words and the time it arrived.