Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.01 KB

File metadata and controls

17 lines (12 loc) · 1.01 KB

WebhookPayloadMessage

Properties

Name Type Description Notes
id String Stable webhook event ID
event Event (enum: message.received)
message models::WebhookPayloadMessageMessage
conversation models::InboxWebhookConversation
account models::InboxWebhookAccount
metadata Option<models::WebhookPayloadMessageMetadata> [optional]
timestamp String UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued). Retries and redeliveries keep the original value, so it reflects the event, not the delivery attempt.

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