Already have an account? Sign in
Automate WhatsApp number validation and optionally send messages directly from Google Sheets — no official WhatsApp Business API required.
Ideal for:
Perfect when you want a budget-friendly, automated solution for verifying and messaging WhatsApp numbers.
Scan Pending Rows
Checks rows in Google Sheets where Status = pending.
Clean Numbers
Removes non-digit characters for proper API formatting.
Verify via Rapiwa
Uses /api/verify-whatsapp to confirm WhatsApp registration.
Process Results
Verification = verified, Status = sent.Verification = unverified, Status = not sent.Batch Processing & Delays
Processes rows in batches with short delays to prevent rate-limiting.
Scheduled Automation
Runs automatically on a configurable interval (recommended 5–10 minutes).
Status = pending, include columns:WhatsApp No, Name, Message, Verification, StatusTrigger → Google Sheets → Limit/SplitInBatches → Code (clean) → HTTP Request (verify) → If → Update Sheet → Wait⚠️ Rapiwa is unofficial — review terms and risks before production use.
{
"number": "{{ $json['WhatsApp No'] }}"
}