Payload
Outbound message identifier.
RCS agent that sent the message.
Recipient phone number in E.164 format.
Always
read for this event.ISO 8601 time when the read receipt was recorded.
Webhook fired when the user opens the message thread (read receipt).
{
"id": "evt_xxxxx",
"event": "message.read",
"timestamp": "2026-03-28T09:03:00Z",
"data": {
"message_id": "msg_a1b2c3d4",
"agent_id": "ag_live_xxxx",
"to": "+4917612345678",
"status": "read",
"read_at": "2026-03-28T09:03:00Z"
}
}
read for this event.