Send test
Required permission: WhatsApp Campaigns — Edit
Send one test using contact_id or phone_number (+ optional country_code).
/api/business/public/channels/whatsapp/accounts/:accountId/campaigns/:campaignId/send-test{
"contact_id": 42
}{
"success": true,
"message": "Test message sent",
"data": {}
}Try it
Runs in your browser — token is not stored
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.