Template Message FAILED

{
  "eventType": "sentMessageREPLIED",
  "statusString": "Replied",
  "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. Always "sentMessageREPLIED" for this event
statusStringStringHuman-readable status of the message
idStringUnique identifier for the message event
whatsappMessageIdStringWhatsApp's internal message identifier
conversationIdStringUnique identifier for the conversation thread
ticketIdStringIdentifier for the support ticket associated with this conversation
textStringThe text content of the message. Can be null for non-text messages
typeStringThe type of message sent (text, template, media, etc.)
timestampStringUnix timestamp indicating when the reply was received
assigneeIdStringID of the team member assigned to handle this conversation. Null if unassigned
operatorEmailStringEmail address of the operator who sent the original message