Block 1 - If
- Type / Role
- n8n-nodes-base.if - if
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Who is this for? This workflow is designed for online store owners, customer success teams, and marketing operators who want to automatically verify customers' WhatsApp numbers and deliver order up...
n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, n8n-nodes-base.woocommercetrigger, n8n-nodes-rapiwa.rapiwa
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rapiwa.
Original n8n.io sourceThis workflow is designed for online store owners, customer-success teams, and marketing operators who want to automatically verify customers' WhatsApp numbers and deliver order updates or invoice links via WhatsApp. It is built around WooCommerce order WooCommerce Trigger (order.updated) but is easily adaptable to Shopify or other platforms that provide billing and line_items in the WooCommerce Trigger payload.
Order Completed check.SplitInBatches to control throughput.Clean WhatsApp Number code node) by removing all non-digit characters.(POST https://app.rapiwa.com/api/verify-whatsapp).(POST https://app.rapiwa.com/api/send-message).Wait and batching to throttle requests and avoid API rate limits.Rapiwa Bearer Auth).WooCommerce (get customer))billing and line_items in the payload.Credentials
Rapiwa Bearer Auth).Google Sheets).Configure Google Sheets
Verify HTTP Request nodes
Clean WhatsApp Number output.The Google Sheets nodes in the flow append rows with these column keys. Make sure the spreadsheet headers A Google Sheet formatted like this ➤ sample
| Name | Number | Address | Product Title | Product ID | Total Price | Invoice Link | Delivery Status | Validity | Status | |
|---|---|---|---|---|---|---|---|---|---|---|
| Abdul Mannan | 8801322827799 | [email protected] | mirpur dohs | Air force 1 Fossil 1:1 - 44 | 238 | BDT 5500.00 | Invoice link | completed | verified | sent |
| Abdul Mannan | 8801322827799 | [email protected] | mirpur dohs h#1168 rd#10 av#10 mirpur dohs dhaka | Air force 1 Fossil 1:1 - 44 | 238 | BDT 5500.00 | Invoice link | completed | unverified | not sent |
"true". If the verify endpoint returns boolean true/false, convert to string or boolean consistently before the IF.$('Clean WhatsApp Number').item.json.data.products[0] — update templates if you need multiple-product support.This 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 | Automate review request via WhatsApp for completed WooCommerce order with Rapiwa |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Lead Nurturing |
| Author | Rapiwa |
| Published | 21 Oct 2025 |
Use the JSON export at /data/workflows/9969/9969.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.
Who is this for? This workflow is designed for online store owners, customer success teams, and marketing operators who want to automatically verify customers' WhatsApp numbers and deliver order up...
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 use case.