Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1016 Bytes

GetWebhook.md

File metadata and controls

27 lines (20 loc) · 1016 Bytes

GetWebhook

Properties

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]

Enum: TypeEnum

Name Value
MARKETING "marketing"
TRANSACTIONAL "transactional"