The message.sent event fires when BuzzBip successfully dispatches an outbound message. Use it to update order status in your backend or confirm campaign delivery.
Payload example
json
{
"id": "evt_8a4b0c3d",
"type": "message.sent",
"createdAt": "2026-06-01T14:35:00Z",
"data": {
"messageId": "msg_ghi789",
"conversationId": "conv_xyz789",
"contactId": "cnt_def456",
"channel": "whatsapp",
"status": "delivered",
"to": "+21612345678"
}
}Data fields
Messages API →
