| Name | Type | Description | Notes |
|---|---|---|---|
| url | String | URL of the webhook | |
| id | Long | ID of the webhook | |
| description | String | Description of the webhook | |
| events | List<String> | ||
| type | TypeEnum | Type of webhook (marketing or transactional) | |
| createdAt | String | Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) | |
| modifiedAt | String | Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) | |
| batched | Boolean | To send batched webhooks | [optional] |
| auth | GetWebhookAuth | [optional] | |
| headers | List<GetWebhookHeaders> | Custom headers to be send with webhooks | [optional] |
| Name | Value |
|---|---|
| MARKETING | "marketing" |
| TRANSACTIONAL | "transactional" |