Skip to content

whatsapp_message_status

The delivery status of a specific WhatsApp message.

conversation_idstring

ID of the conversation

Example:"123456789"
statusstring

Current delivery status of the message

Enum:"sent""delivered""read""failed"
Example:"delivered"
typestring

Event type

Example:"broadcast_outbound"
created_atinteger

Creation timestamp

Example:1734537980
updated_atinteger

Last update timestamp

Example:1734538000
template_namestring

Name of the WhatsApp template used

Example:"appointment_reminder"
message_idstring

The WhatsApp message ID

Example:"wamid_abc123"
errorobject or null

Error details, present only when status is "failed"

{ "conversation_id": "123456789", "status": "delivered", "type": "broadcast_outbound", "created_at": 1734537980, "updated_at": 1734538000, "template_name": "appointment_reminder", "message_id": "wamid_abc123", "error": { "message": "string", "details": "string" } }