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) |
Name | Value |
---|---|
MARKETING | "marketing" |
TRANSACTIONAL | "transactional" |