Block 1 - Fetch All Pending Queries for Messaging
- Type / Role
- n8n-nodes-base.googleSheets - googleSheets
- Config choices
- Version 4.6
This workflow is provided as-is. Please review and test before using in production.
Bulk WhatsApp Campaign Automation with Rapiwa API (Unofficial Integration) Who’s it for This n8n workflow lets you send bulk WhatsApp messages using your own number through Rapiwa API, avoiding the...
n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.limit, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.wait
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 lets you send bulk WhatsApp messages using your own number through Rapiwa API, avoiding the high cost and limitations of the official WhatsApp API. It integrates seamlessly with Google Sheets, where you can manage your contacts and messages with ease. Ideal for easy-to-maintain bulk messaging solution using their own personal or business WhatsApp number. This solution is perfect for small businesses, marketers, or teams looking for a cost-effective way to manage WhatsApp communication at scale.
Status column is marked as "pending".Status = sent and Verification = verified.Status = not sent and Verification = unverified.WhatsApp No, Name, Message, Image URL, and set Status = pending.Name, Image URL, etc.Status = pending.Status = sent or not sent and Verification = verified/unverified.Status = pendingHow the "Send Message Using Rapiwa" Node Sends Messages
This node makes an HTTP POST request to the Rapiwa API endpoint:
https://app.rapiwa.com/api/send-message
It uses Bearer Token Authentication with your Rapiwa API key.
When this node runs, it sends a WhatsApp message to the specified number with the given text and optional image.
The Rapiwa API handles message delivery using your own WhatsApp number connected to their service.
JSON Body:
{
"number": "{{ $json['WhatsApp No'] }}",
"message": "{{ $json['Message'] }}"
}
A Google Sheet formatted like this sample
| SL | WhatsApp No | Name | Message | Image URL | Verification | Status |
|---|---|---|---|---|---|---|
| 1 | 8801322827799 | SpaGreen Creative | This is Test Message | https://spagreen.sgp1.cdn.digitaloceanspaces.com/... | verified | sent |
| 2 | 8801725402187 | Abdul Mannan Zinnat | This is Test Message | https://spagreen.sgp1.cdn.digitaloceanspaces.com/... | verified | sent |
8801XXXXXXXXX, no +, no spaces).Need help setting up or customizing the workflow? Reach out here:
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 bulk WhatsApp messages from Google Sheets using Rapiwa API |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Lead Nurturing, Multimodal AI |
| Author | SpaGreen Creative |
| Published | 13 Sept 2025 |
Use the JSON export at /data/workflows/8558/8558.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.
Bulk WhatsApp Campaign Automation with Rapiwa API (Unofficial Integration) Who’s it for This n8n workflow lets you send bulk WhatsApp messages using your own number through Rapiwa API, avoiding the...
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, Multimodal AI use case.