Webhook
Represents a configured webhook.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for this webhook. |
type | enum<string> | No | The value will always be webhook. Available options: webhook. |
target | object | No | The item that will trigger the webhook. |
created_by | User (Mini) | No | The user who created the webhook. |
created_at | string | No | A timestamp identifying the time that the webhook was created. |
address | string | No | The URL that is notified by this webhook. |
triggers | array of enum<string> | No | An array of event names that this webhook is to be triggered for. |
Example
Webhook (Mini)
Represents a configured webhook. This is a subset of the webhook object.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for this webhook. |
type | enum<string> | No | The value will always be webhook. Available options: webhook. |
target | object | No | The item that will trigger the webhook. |
Example
Webhooks
A list of webhooks.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
limit | integer | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
prev_marker | string | No | The marker for the start of the previous page of results. Can be null. |
entries | array of Webhook (Mini) | No | A list of webhooks. |
Example
