Block 1 - Loop Over Items
- Type / Role
- n8n-nodes-base.splitInBatches - splitInBatches
- Config choices
- Version 3
This workflow is provided as-is. Please review and test before using in production.
Shopify Auto Send WhatsApp Thank You Messages & Loyalty Coupon Using Rapiwa API Who is this for? This workflow is for Shopify store owners, marketers, and support teams who want to automatically me...
n8n-nodes-base.splitinbatches, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.manualtrigger, 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 workflow is for Shopify store owners, marketers, and support teams who want to automatically message their high-value customers on WhatsApp when new discount codes are created.
total_spent > 5000verify-whatsapp endpoint)send-message endpointstatus and validitydiscounts/create) or manual trigger#How to use?
Prepare a Google Sheet
name, number, status, validity, check (optional)Abdul Mannan | 8801322827799 | not sent | unverified | checkConfigure n8n credentials
Configure the nodes
discounts/create or Manual Trigger/admin/api/<version>/customers.jsontotal_spent > 5000 and map fieldswaNoStr.replace(/\D/g, "")https://app.rapiwa.com/api/verify-whatsapp body { number }data.exists to decide branchhttps://app.rapiwa.com/api/send-message body { number, message_type, message }status and validityTest with a small batch
A Google Sheet formatted like this ➤ Sample
| Name | Number | Status | Validity |
|---|---|---|---|
| Abdul Mannan | 8801322827798 | not sent | unverified |
| Abdul Mannan | 8801322827799 | sent | verified |
data.exists may be a boolean or a string — normalize it in a Code node before using in an IF nodeThis 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 | Auto send thank-you messages & loyalty coupons via WhatsApp from Shopify using Rapiwa |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | SpaGreen Creative |
| Published | 06 Oct 2025 |
Use the JSON export at /data/workflows/9292/9292.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 Auto Send WhatsApp Thank You Messages & Loyalty Coupon Using Rapiwa API Who is this for? This workflow is for Shopify store owners, marketers, and support teams who want to automatically me...
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.