Block 1 - Code
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Who Is This For? This n8n workflow listens for order cancellations in Shopify, extracts relevant customer and order data, checks if the customer’s phone number is registered on WhatsApp via the Rap...
n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.shopifytrigger, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, 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 n8n workflow listens for order cancellations in Shopify, extracts relevant customer and order data, checks if the customer’s phone number is registered on WhatsApp via the Rapiwa API, and sends a personalised apology message with a re-order link. It also logs successful and unsuccessful attempts in Google Sheets for tracking.
Credentials Setup
Configure Trigger
Set the workflow to trigger on Shopify order cancellation events
Customize Message Content
Modify the apology message template to include your store branding and tone
Ensure the reorder link dynamically includes the customer's cancelled order info
Set Up WhatsApp Node
Connect your WhatsApp API credentials
Ensure the phone numbers are formatted correctly for WhatsApp delivery
You’ll need two Google Sheets (or two tabs in one spreadsheet): A Google Sheet formatted like this ➤ sample The workflow uses a Google Sheet with the following columns to track coupon distribution:
| Name | Number | Address | Price | Title | Re-order Link | Validity | Status | |
|---|---|---|---|---|---|---|---|---|
| Abdul Mannan | 8801322827799 | [email protected] | Dhaka, Bangladesh | BDT 1955.00 | Pakistani Lawn | Link 🔗 | unverified | not sent |
| Abdul Mannan | 8801322827799 | [email protected] | Dhaka, Bangladesh | BDT 1955.00 | Pakistani Lawn | Link 🔗 | verified | sent |
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 | Send Rapiwa WhatsApp apology & reorder link when Shopify order is cancelled |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Support Chatbot |
| Author | Rapiwa |
| Published | 28 Oct 2025 |
Use the JSON export at /data/workflows/10237/10237.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 n8n workflow listens for order cancellations in Shopify, extracts relevant customer and order data, checks if the customer’s phone number is registered on WhatsApp via the Rap...
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 Support Chatbot use case.