Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 602 Bytes

File metadata and controls

16 lines (8 loc) · 602 Bytes

CreateWebhookRequest

Properties

Name Type Description Notes
url String The url of the webhook where notifications will be sent. URL must be valid, unique and https.
description String description of the webhook. should not contain special characters. [optional]
events List<WebhookEvent> event types the webhook will subscribe to
enabled Boolean The status of the webhook. If false, the webhook will not receive notifications. [optional]