Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.22 KB

File metadata and controls

43 lines (27 loc) · 1.22 KB

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 PlatformEnum
platformMessageId String Platform's message ID
direction DirectionEnum
text String Message text content (retained on deleted messages for API consumers; Zernio dashboard UI hides this)
attachments List<InboxWebhookMessageAttachmentsInner>
sender InboxWebhookMessageSender
sentAt OffsetDateTime
isRead Boolean

Enum: PlatformEnum

Name Value
INSTAGRAM "instagram"
FACEBOOK "facebook"
TELEGRAM "telegram"
WHATSAPP "whatsapp"

Enum: DirectionEnum

Name Value
INCOMING "incoming"
OUTGOING "outgoing"