whatsapp
Send broadcast
Start sending a broadcast immediately. The broadcast must be in draft or scheduled status and have at least one recipient. Messages are sent sequentially with rate limiting.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
broadcastIdstring
Broadcast ID
Response Body
application/json
application/json
application/json
curl -X POST "https://zernio.com/api/v1/whatsapp/broadcasts/string/send"{
"success": true,
"status": "completed",
"sent": 95,
"failed": 5,
"total": 100
}Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}