Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.11 KB

File metadata and controls

18 lines (13 loc) · 1.11 KB

WebhookPayloadMessageDeliveryStatus

Properties

Name Type Description Notes
id String
event Event (enum: message.delivered, message.read, message.failed)
message models::InboxWebhookMessage
status_at String When the platform reported this status.
error Option<models::WebhookPayloadMessageDeliveryStatusError> [optional]
conversation models::InboxWebhookConversation
account models::InboxWebhookAccount
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]