Message Sent Webhook

Supported & Tested

Triggered when an outgoing message is successfully dispatched to the WhatsApp network.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "message.sent",
  "instance_id": "demo_instance",
  "to": "15551234567@s.whatsapp.net",
  "message_type": "text",
  "message": "Hello from Waplix API docs.",
  "message_id": "MSG_DEMO_001",
  "timestamp": 1782582255
}
Was this page helpful?