Webhook Models

Webhook Object

A webhook object contains the following fields:

AttributeTypeDescription
webhook_typeStringThe type of the webhook.
webhook_idStringThe unique identifier of the webhook.
org_idStringThe unique identifier of the organization.
created_atIntegerThe creation time for the webhook. Formatted as a Unix timestamp in seconds.
dataObjectThe data associated with the webhook, which varies based on webhook_type.