{
"connection": {
"id": "conn_example123",
"clientReferenceId": "client_ref_123"
},
"environment": "live",
"eventBody": {
"id": 1002003004005,
"queueId": 2003004005006,
"responseType": "message",
"text": "<p>Hello there</p>",
"price": 0,
"isFree": true,
"isTip": false,
"isNew": true,
"isOpened": false,
"isFromQueue": false,
"isMediaReady": true,
"mediaCount": 0,
"createdAt": "2026-01-15T10:30:14+00:00",
"changedAt": "2026-01-15T10:30:14+00:00",
"cancelSeconds": 120,
"fromUser": {
"id": 123456789,
"name": "Example User",
"username": "example.user",
"isVerified": false,
"lastSeen": "2026-01-15T10:30:14+00:00"
},
"media": [],
"previews": []
}
}Schema for the realtime.chat_message.received event
This page documents theDocumentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
realtime.chat_message.received event schema.Delivered when OFAuth receives a chat message payload.
Was this page helpful?