πŸ’¬ Send WooCommerce new category alert via WhatsApp using Rapiwa API

⚑ 229 views Β· πŸ’¬ Lead Nurturing & AI Sales Agents

πŸ’‘ Pro Tip β€” If you’ve run into Facebook’s Graph API permission restrictions, ScraperNode is a community node that scrapes pages, groups, posts, and comments directly β€” no app review needed.

View All Scrapers

Description

Send WooCommerce New Category Alert via WhatsApp Using Rapiwa API

This n8n automation listens for the creation of a new WooCommerce product category, fetches all WooCommerce customers, cleans and formats their phone numbers, verifies them using the Rapiwa WhatsApp validation API, sends a WhatsApp message to verified numbers with the new category info, and logs each interaction into a Google Sheet (separately for verified and unverified customers).

Who this is for

You have a WooCommerce store and want to:

What it does (high level)

  1. Webhook is triggered when a new WooCommerce category is created.
  2. Fetches all WooCommerce customers via API.
  3. Limits processing to the first 10 customers (for performance/testing).
  4. Cleans phone numbers (removes +, spaces, and non-digits).
  5. Verifies each number via Rapiwa WhatsApp Verify API.
  6. If verified: sends WhatsApp message with new category info, logs as Verification = verified, Status = sent.
  7. If not verified: logs as Verification = unverified, Status = not sent.
  8. Processes users in batches with delays to avoid rate limiting.

How it works (step-by-step)

Example verify body (HTTP Request node):

{
  ""number"": ""{{ $json['WhatsApp No'] }}""
}

Google Sheet Column Reference

namenumberemailaddresscatagorisdescriptionstatus
Abdul Mannan8801322827799contact@spagreen.netmirpur dohsElectronicsSShop top-braxxxxrable tech.unverified
Abdul Mannan8801322827799contact@spagreen.netmirpur dohsElectronicsShop top-braxxxxrable tech.verified
Abdul Mannan8801322827799contact@spagreen.netmirpur dohElectronicsShop top-braxxxxrable tech.verified

Customization ideas

Best practices


Key Improvements Made


Support

πŸ”— Nodes Used

Google Sheets, HTTP Request, Webhook, WooCommerce

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup