Webhooks

Create Webhook

Creates a new outbound webhook that will be notified when certain events occur.

post/webhooks

Request body

teamIdstring nullable
extUrlstring required
namestring required
descriptionstring nullable
enabledboolean

Response

Action was successful and response contains the id of the newly created webhook.

string required

Changes