Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.01 KB

File metadata and controls

30 lines (24 loc) · 1.01 KB

Zernio::WebhookPayloadMessage

Properties

Name Type Description Notes
id String Stable webhook event ID
event String
message WebhookPayloadMessageMessage
conversation InboxWebhookConversation
account InboxWebhookAccount
metadata WebhookPayloadMessageMetadata [optional]
timestamp Time 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.

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadMessage.new(
  id: null,
  event: null,
  message: null,
  conversation: null,
  account: null,
  metadata: null,
  timestamp: null
)