| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Id |
string | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
RemoteId |
string | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
Content |
MessagingMessageContent | ➖ | Content of the message | { "html": "\u003cp\u003eHello world\u003c/p\u003e", "plain": "Hello world" } |
ParentMessageId |
string | ➖ | ID of the parent message if this is a reply | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
Attachments |
List<MessagingAttachment> | ➖ | List of attachments in the message | |
Author |
MessagingMessageAuthor | ➖ | Author of the message | |
CreatedAt |
DateTime | ➖ | Timestamp when the message was created | 2024-03-20T10:00:00Z |
UpdatedAt |
DateTime | ➖ | Timestamp when the message was last updated | 2024-03-20T10:00:00Z |