Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.71 KB

File metadata and controls

21 lines (16 loc) · 1.71 KB

WebhookPayloadMessageMessage

Properties

Name Type Description Notes
id String Internal message ID
conversation_id String Internal conversation ID
platform Platform (enum: instagram, facebook, telegram, whatsapp, sms)
platform_message_id String Platform's message ID
direction Direction (enum: incoming, outgoing)
text Option<String> Message text content
attachments Vecmodels::WebhookPayloadMessageMessageAttachmentsInner
sender models::WebhookPayloadMessageMessageSender
sent_at String 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
sent_via Option<SentVia> Which Zernio surface produced the message. Always present and always null on this event, since nobody on our side produced an inbound message; it is only informative on message.sent, which documents the vocabulary. (enum: human, api, broadcast, sequence, workflow, comment_automation, bulk-api, ) [optional]

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