Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 753 Bytes

File metadata and controls

28 lines (22 loc) · 753 Bytes

Zernio::WebhookPayloadConversationStarted

Properties

Name Type Description Notes
id String Stable webhook event ID
event String
conversation WebhookPayloadConversationStartedConversation
account InboxWebhookAccount
started_at Time When the conversation document was created.
timestamp Time

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadConversationStarted.new(
  id: null,
  event: null,
  conversation: null,
  account: null,
  started_at: null,
  timestamp: null
)