Connect a number, generate an API key, and send order updates, alerts, and broadcasts straight to WhatsApp. Subscribe to webhooks to know the moment every message lands.
# Notify a customer their order shipped curl https://api.superwhatsapp.cc/v1/messages \ -H "Authorization: Bearer sw_live_Kx9m…" \ -d number="a1f4c7d2" \ -d to="+1 415 555 0134" \ -d text="📦 Order #2481 is out for delivery!"
Everything runs off a connected WhatsApp number. Send with the API, react with webhooks, and watch it all from one dashboard.
One REST endpoint to send text, media, and templated messages to any number or group. Rate-limited, retried, and scoped to your key.
Subscribe to delivery receipts, replies, and inbound messages. Every payload is HMAC-signed so you can trust the source.
Every API call and webhook delivery is tracked per number — volume, delivery rate, and broadcasts, all on one dashboard.
Same API, same webhooks — pick the pattern that fits the moment.
Push a single message to your whole list — a flash sale, a service outage, a new drop — with one call to the bulk endpoint.
curl https://api.superwhatsapp.cc/v1/broadcasts \ -H "Authorization: Bearer sw_live_…" \ -d number="a1f4c7d2" \ -d template="flash_sale" \ -d audience="all_customers" \ -d text="🔥 24h only — 30% off everything!"
Trigger a transactional message the moment something happens — an order ships, a booking is confirmed, an OTP is requested.
curl https://api.superwhatsapp.cc/v1/messages \ -H "Authorization: Bearer sw_live_…" \ -d number="a1f4c7d2" \ -d to="+1 415 555 0134" \ -d text="✅ Booking confirmed for Sat 6 PM"
Subscribe a webhook and receive a signed event for every send — queued, delivered, read, or replied — to feed your own analytics.
// Signed webhook payload you receive
{
"event": "message.delivered",
"number": "a1f4c7d2",
"to": "+1 415 555 0134",
"message_id": "wamid.HBg…",
"status": "delivered",
"ts": 1751731200
}
Any business or app that needs to reach a customer directly benefits from a WhatsApp channel they own.
Send booking confirmations, court reminders, and last-minute slot openings the instant they happen.
Order placed, packed, out-for-delivery, delivered — a live thread your customer actually opens.
Announce restocks, offers, and "your repair is ready" without printing a thing or paying per SMS.
One number, one API key. Automate client reminders and updates without hiring a dev team.
Each connected number reports its own API calls, webhook deliveries, and broadcasts. Track delivery success and spot issues before your customers do.
Link your WhatsApp number in seconds with a QR scan.
Create a scoped API key and set up your webhook URL.
Call the API for single alerts or bulk broadcasts.
Track KPIs and handle replies via webhooks.
Connect a number, grab your API key, and send your first message in the next five minutes.