Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 853 Bytes

WebhookDeliveryWebhook.md

File metadata and controls

34 lines (18 loc) · 853 Bytes

WebhookDeliveryWebhook

Original webhook JSON data. Payload fields vary according to event type.

Properties

Name Type Description Notes
recordType RecordTypeEnum Identifies the type of the resource. [optional]
eventType EventTypeEnum The type of event being delivered. [optional]
id UUID Identifies the type of resource. [optional]
occurredAt OffsetDateTime ISO 8601 datetime of when the event occurred. [optional]
payload Object [optional]

Enum: RecordTypeEnum

Name Value
EVENT "event"

Enum: EventTypeEnum

Name Value
WEBHOOK_COMMAND "webhook.command"