Message Read Webhook

Supported & Tested

Triggered when a message is opened and read by the recipient (double blue ticks).

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "message.read",
  "instance_id": "demo_instance",
  "message_id": "MSG_DEMO_001",
  "chat_id": "15551234567@s.whatsapp.net",
  "from": null,
  "to": "15551234567@s.whatsapp.net",
  "message_type": "text",
  "status": "READ",
  "receipts": [],
  "timestamp": 1782582256
}
Was this page helpful?