Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 991 Bytes

File metadata and controls

20 lines (16 loc) · 991 Bytes

Zernio.Model.InboxWebhookMessage

The message object included in inbox webhook payloads.

Properties

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

[Back to Model list] [Back to API list] [Back to README]