Name | Type | Description | Notes |
---|---|---|---|
Url | string | URL of the webhook | [default to null] |
Id | int64 | ID of the webhook | [default to null] |
Description | string | Description of the webhook | [default to null] |
Events | []string | [default to null] | |
Type_ | string | Type of webhook (marketing or transactional) | [default to null] |
CreatedAt | string | Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) | [default to null] |
ModifiedAt | string | Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ) | [default to null] |
Batched | bool | To send batched webhooks | [optional] [default to null] |
Auth | *GetWebhookAuth | [optional] [default to null] | |
Headers | []GetWebhookHeaders | Custom headers to be send with webhooks | [optional] [default to null] |