{
"eventId": "evt_4567890123456789",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "message_read",
"eventData": {
"chatId": "1234567890@s.whatsapp.net",
"sender": {
"id": "1234567890@s.whatsapp.net",
"lid": "12345678901234@lid",
"phone": "1234567890",
"isMe": false
},
"messageSender": {
"id": "9876543210@s.whatsapp.net",
"lid": "98765432101234@lid",
"phone": "9876543210",
"isMe": true
},
"isGroup": false,
"messageIds": [
"0123456789012345"
],
"time": "2025-05-19T00:51:44.816Z",
"receiptType": "read"
}
}Messages
Message read event
Event for message read/delivery receipts
WEBHOOK
message_read
{
"eventId": "evt_4567890123456789",
"instanceId": "ins_ABCdefGHIjk",
"receivedAt": "2025-05-19T00:51:44.816Z",
"eventType": "message_read",
"eventData": {
"chatId": "1234567890@s.whatsapp.net",
"sender": {
"id": "1234567890@s.whatsapp.net",
"lid": "12345678901234@lid",
"phone": "1234567890",
"isMe": false
},
"messageSender": {
"id": "9876543210@s.whatsapp.net",
"lid": "98765432101234@lid",
"phone": "9876543210",
"isMe": true
},
"isGroup": false,
"messageIds": [
"0123456789012345"
],
"time": "2025-05-19T00:51:44.816Z",
"receiptType": "read"
}
}Body
application/json
Unique event identifier
The ID of the WhatsApp instance that generated the event
The timestamp when the event was received
The type of event
Available options:
message_read Show child attributes
Show child attributes
Response
200
Return a 200 status to indicate that the data was received successfully
⌘I