The message object included in inbox webhook payloads.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Internal message ID | |
| ConversationId | string | Internal conversation ID | |
| Platform | string | ||
| PlatformMessageId | string | Platform's message ID | |
| Direction | string | ||
| Text | string | Message text content (retained on deleted messages for API consumers; Zernio dashboard UI hides this) | |
| Attachments | List<InboxWebhookMessageAttachmentsInner> | ||
| Sender | InboxWebhookMessageSender | ||
| SentAt | DateTime | ||
| IsRead | bool |