Array with desired Webhooks settings
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| 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 |
| authToken | String | ❌ | Webhook authentication token |
| sendType | WebhookConfigSaveRequestWebhookSendType | ❌ | Sequential (SEQUENTIALLY) or non-sequential (NON_SEQUENTIALLY) |
| events | List<WebhookConfigSaveRequestWebhookEvent> | ❌ | List of events this Webhook will observe |