Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.29 KB

File metadata and controls

18 lines (15 loc) · 1.29 KB

# InboxWebhookMessage

Properties

Name Type Description Notes
id string Internal message ID
conversation_id string Internal conversation ID
platform string
platform_message_id 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 \Zernio\Model\InboxWebhookMessageAttachmentsInner[]
sender \Zernio\Model\InboxWebhookMessageSender
sent_at \DateTime When the message was sent, as reported by the platform and passed through unmodified. Full ISO 8601 date-time: Instagram and Facebook carry millisecond precision, while some platforms (for example WhatsApp and Telegram) report whole seconds. Use this field as the chronological ordering key. If two messages share the same value, fetch the conversation messages with sortOrder=desc for the deterministic order.
is_read bool

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