Bulk verify WhatsApp numbers using Rapiwa API and Google Sheets
WhatsApp Bulk Number Verification in Google Sheets Using Unofficial Rapiwa API Who’s it for This workflow is for marketers, small business owners, freelancers, and support teams who want to automate WhatsApp messaging...
Template notes
WhatsApp Bulk Number Verification in Google Sheets Using Unofficial Rapiwa API
Who’s it for This workflow is for marketers, small business owners, freelancers, and support teams who want to automate WhatsApp messaging using a Google Sheet without the official WhatsApp Business API. It’s suitable when you need a budget-friendly, easy-to-maintain solution that uses your personal or business WhatsApp number via an unofficial API service such as Rapiwa.
How it works / What it does - The workflow looks for rows in a Google Sheet where the Status column is pending. - It cleans each phone number (removes non-digits). - It verifies the number with the Rapiwa verify endpoint (/api/verify-whatsapp). - If the number is verified: - The workflow can send a message (optional). - It updates the sheet: Verification = verified, Status = sent (or leaves Status for the send node to update). - If the number is not verified: - It skips sending. - It updates the sheet: Verification = unverified, Status = not sent. - The workflow processes rows in batches and inserts short delays between items to avoid rate limits. - The whole process runs on a schedule (configurable).
Key features - Scheduled automatic checks (configurable interval; recommended 5–10 minutes). - Cleans phone numbers to a proper format before verification. - Verifies WhatsApp registration using Rapiwa. - Batch processing with limits to control workload (recommended max per run configurable). - Short delay between items to reduce throttling and temporary blocks. - Automatic sheet updates for auditability (verified/unverified, sent/not sent).
Defaults recommended in this workflow - Trigger interval: every 5–10 minutes (adjustable). - Max items per run: configurable (example: 200 max per cycle). - Delay between items: 2–5 seconds (example uses 3 seconds).
How to set up 1. Duplicate the sample Google Sheet: ➤ [Sample](https://docs.google.com/spreadsheets/d/1Ui4TzzI-Gq-bsEsrZELwW1Kyddw0IU9L1wxlHikktqw/edit?usp=sharing) 2. Fill contact rows and set Status = pending. Include columns like WhatsApp No, Name, Message, Verification, Status. 3. In n8n, add and authenticate a Google Sheets node pointed to your sheet. 4. Create an HTTP Bearer credential in n8n and paste your Rapiwa API key. 5. Configure the workflow nodes (Trigger → Google Sheets → Limit/SplitInBatches → Code (clean) → HTTP Request (verify) → If → Update Sheet → Wait). 6. Enable the workflow and monitor first runs with a small test batch.
Requirements - n8n instance with Google Sheets and HTTP Request nodes enabled. - Google Sheets OAuth2 credentials configured in n8n. - Rapiwa account and Bearer token (stored in n8n credentials). - Google Sheet formatted to match the workflow columns.
Why use Rapiwa - Cost-effective and developer-friendly REST API for WhatsApp verification and sending. - Simple integration via HTTP requests and n8n. - Useful when you prefer not to use the official WhatsApp Business API. Note: Rapiwa is an unofficial service — review its terms and risks before production use.