Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | String | ❌ | Unique Webhook Identifier |
| name | String | ❌ | Webhook name |
| url | String | ❌ | Webhook URL |
| String | ❌ | Email that will receive notifications about the Webhook | |
| enabled | Boolean | ❌ | Set whether the Webhook is active |
| interrupted | Boolean | ❌ | Set whether the sync queue is stopped |
| apiVersion | Long | ❌ | API Version |
| hasAuthToken | Boolean | ❌ | Indicates whether an authentication token is registered for the webhook |
| sendType | WebhookConfigGetResponseWebhookSendType | ❌ | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
| events | List<WebhookConfigGetResponseWebhookEvent> | ❌ | List of events this Webhook will observe |