| 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 | 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. |
require 'zernio-sdk'
instance = Zernio::WebhookPayloadConversationStarted.new(
id: null,
event: null,
conversation: null,
account: null,
started_at: null,
timestamp: null
)