Webhooks

Create a new webhook

post/webhooks

Request body

namestring required

Name of the webhook

descriptionstring

Description of the webhook

urlstring uri required

URL to send webhook events to

eventsstring[] required

List of events to subscribe to

activeboolean

Whether the webhook should be active upon creation. Defaults to false.

Response

Webhook created successfully

Changes

Changed in 1 of the 9 revisions of this API.1