Webhook Object
A webhook object contains the following fields:
Attribute | Type | Description |
---|---|---|
webhook_type | String | The type of the webhook. |
webhook_id | String | The unique identifier of the webhook. |
org_id | String | The unique identifier of the organization. |
created_at | Integer | The creation time for the webhook. Formatted as a Unix timestamp in seconds. |
data | Object | The data associated with the webhook, which varies based on webhook_type . |