Send Message is Read

{
    "eventType": "sentMessageREAD",
    "statusString": "Read",
    "id": "69379d712121170062109295",
    "whatsappMessageId": "wamid.HBgNODYxMzEzMzg4MzI5NxUCABEYEjhCOEREOUEwNDRFNjJDM0UxOQA=",
    "conversationId": "68cba30657578adb12b3349e",
    "ticketId": "69379d6b2519daaab68e4dbd",
    "text": "hi",
    "type": "text",
    "timestamp": "1765252464",
    "assigneeId": "65a109075665615b5cf65262",
    "operatorEmail": "[email protected]",
    "channelId": null,
    "channelPhoneNumber": "17735704742"
}

Field Description

FieldTypeDescription
eventTypeStringThe type of webhook event. Always "sentMessageREAD" for this webhook
statusStringStringHuman-readable status of the message. Shows "Read" when the message has been read
idStringUnique internal identifier for this message
whatsappMessageIdStringWhatsApp's unique message identifier (WAMID) for tracking messages in WhatsApp's system
conversationIdStringUnique identifier for the conversation thread this message belongs to
ticketIdStringUnique identifier for the support ticket associated with this conversation
textStringThe actual text content of the message that was sent
typeStringThe message type. Common values include "text", "image", "document", etc.
timestampStringUnix timestamp indicating when the message was originally sent
assigneeIdStringUnique identifier of the agent or user assigned to handle this conversation
operatorEmailStringEmail address of the operator/agent who sent the message
channelIdString/NullIdentifier for the communication channel. May be null for direct WhatsApp messages
channelPhoneNumberStringThe phone number associated with the WhatsApp Business account that sent the message