| id |
string |
Unique identifier for the message |
| type |
string |
Type of message |
| text |
string |
Plain text content of the message |
| richText |
string |
Rich text (HTML) content of the message |
| direction |
string |
Direction of the message (incoming or outgoing) |
| channelId |
string |
ID of the communication channel |
| channelAccountId |
string |
ID of the channel account |
| senders |
array |
List of message senders |
| recipients |
array |
List of message recipients |
| status |
object |
Delivery status information for a message |
| createdAt |
string |
ISO 8601 timestamp when the message was created |
| truncationStatus |
string |
Whether the message was truncated |
| attachments |
array |
Message attachments |