Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 736 Bytes

File metadata and controls

16 lines (11 loc) · 736 Bytes

Webhook

Properties

Name Type Description Notes
id String The unique identifier of the webhook. [optional]
url String The url of the webhook [optional]
token String Webhook secret token used to sign the webhook's payload [optional]
enabled Boolean Determine if the webhook is active. [optional]
href String The API endpoint to retrieve the webhook. [optional]
environments List<String> The environments from which the webhook will receive events. [optional]
events List<String> The events that will be published to the webhook. [optional]