Block 1 - Get many customers
- Type / Role
- n8n-nodes-base.wooCommerce - wooCommerce
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Who Is This For? This n8n workflow enables automated cross selling by identifying each WooCommerce customer's most frequently purchased product, finding a related product to recommend , and sending...
n8n-nodes-base.woocommerce, n8n-nodes-base.scheduletrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets
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 enables automated cross-selling by identifying each WooCommerce customer's most frequently purchased product, finding a related product to recommend, and sending a personalized WhatsApp message using the Rapiwa API. It also verifies whether the user's number is WhatsApp-enabled before sending, and logs both successful and unsuccessful attempts to Google Sheets for tracking.
billing.phone field)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: Both must have the following headers (match exactly):
| name | number | address1 | price | suk | title | product link | validity | staus | |
|---|---|---|---|---|---|---|---|---|---|
| Abdul Mannan | 8801322827799 | [email protected] | mirpur dohs | 850 | Sharp Most Demanding Hoodie x Nike | https://your_shop_domain/p-img-nike | verified | sent | |
| Abdul Mannan | 8801322827799 | [email protected] | mirpur dohs | 850 | Sharp Most Demanding Hoodie x Nike | https://your_shop_domain/p-img-nike | unverified | not sent | |
| Abdul Mannan | 8801322827799 | [email protected] | mirpur dohs | 850 | Sharp Most Demanding Hoodie x Nike | https://your_shop_domain/p-img-nike | 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 WooCommerce cross-sell offers to customers via WhatsApp using Rapiwa API |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Social Media |
| Author | Rapiwa |
| Published | 25 Oct 2025 |
Use the JSON export at /data/workflows/10141/10141.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 enables automated cross selling by identifying each WooCommerce customer's most frequently purchased product, finding a related product to recommend , and sending...
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 Social Media use case.