Sent Message is DELIVERED

{
  "eventType": "sentMessageDELIVERED",
  "statusString": "Delivered",
  "id": "1a2b3b4d5e6f7g8h9i10j",
  "whatsappMessageId": "abcdefghi_jklmnop",
  "conversationId": "a1b2c3d4e5f6g7h8i9j10",
  "ticketId": "m1n2o3p4q5r6s7t8u9v10",
  "text": null,
  "type": "template",
  "timestamp": "1665645642",
  "assigneeId": null,
  "operatorEmail": "[email protected]"
}

Field Description

FieldTypeDescription
eventTypeStringThe type of webhook event being triggered
statusStringStringHuman-readable status description
idStringUnique identifier for this specific event
whatsappMessageIdStringWhatsApp's internal message identifier
conversationIdStringUnique identifier for the conversation thread
ticketIdStringAssociated support ticket or case identifier
textString/nullMessage content (null for template messages)
typeStringType of message sent (text, template, media, etc.)
timestampStringUnix timestamp when the message was delivered
assigneeIdString/nullID of the agent assigned to handle this conversation
operatorEmailStringEmail of the operator/system that sent the message