Block 1 - get all customer data
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
Shopify Order Fulfillment & Send Tracking Link via WhatsApp Using Rapiwa API Who is this for? This n8n workflow automatically sends WhatsApp notifications to customers when their Shopify orders are...
n8n-nodes-base.httprequest, n8n-nodes-base.splitinbatches, n8n-nodes-base.shopifytrigger, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by SpaGreen Creative.
Original n8n.io sourceThis n8n workflow automatically sends WhatsApp notifications to customers when their Shopify orders are fulfilled. It extracts order details, validates customer phone numbers for WhatsApp compatibility using the Rapiwa API, sends tracking information via WhatsApp, and logs all interactions in Google Sheets with appropriate verification status.
This n8n workflow listens for new order fulfillments on Shopify and automatically sends a WhatsApp message with tracking details to customers. It uses the Rapiwa API to verify if the customer's number is on WhatsApp, formats all the data, sends a message, and logs everything to Google Sheets for tracking and auditing purposes.
Wait node helps space API callshttpBearerAuth credentialsConnect Shopify to n8n
fulfillments/create to capture new fulfillment eventsExtract Webhook Data
Fetch Complete Order Information
Clean the Phone Number
Batch Process Orders
Validate WhatsApp Number
/verify-whatsapp endpoint with a Bearer TokenConditional Branching
data.exists === "true" → Verified pathSend WhatsApp Message
Hi [Customer Name],
Good news! Your order has just been fulfilled.
Tracking Number: [Tracking Number]
Track your package here: [Tracking URL]
Thank you for shopping with us.
-Team SpaGreen Creative
Log Data to Google Sheets
Add Delay Between Messages
A Google Sheet formatted like this ➤ Sample
| customer_id | name | number | tracking_company | tracking_number | tracking_url | product_title | status | |
|---|---|---|---|---|---|---|---|---|
| 8986XXXX06 | Abdul Mannan | [email protected] | 8801322827799 | Amazon Logistics | SG-OT-02 | https://traxxxG-OT-02 | S25 Ultra 5G Smartphone | verified |
| 883XXX7982 | Abdul Mannan | [email protected] | 8801322827799 | Amazon Logistics | SG-OT-N03 | https://traxxxGOT-N03 | Samsung Galaxy S24 Ultra | verified |
product_type or shipping_zone to trigger separate workflowsname must include the space at the end8801XXXXXXXXX)2025-07 — update as newer versions releaseThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Shopify order fulfillment & send tracking link via WhatsApp using Rapiwa API |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | SpaGreen Creative |
| Published | 27 Sept 2025 |
Use the JSON export at /data/workflows/9003/9003.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Shopify Order Fulfillment & Send Tracking Link via WhatsApp Using Rapiwa API Who is this for? This n8n workflow automatically sends WhatsApp notifications to customers when their Shopify orders are...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, AI Chatbot use case.