Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 574 Bytes

File metadata and controls

26 lines (20 loc) · 574 Bytes

Zernio::WebhookPayloadLead

Properties

Name Type Description Notes
id String Stable webhook event ID
event String
lead WebhookPayloadLeadLead
account WebhookPayloadLeadAccount
timestamp Time

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadLead.new(
  id: null,
  event: null,
  lead: null,
  account: null,
  timestamp: null
)