Create a webhook
Webhooks
Create a webhook
Creates a new webhook.
Required scope
Required scope
webhooks:manage
POST
Create a webhook
Authorizations
OAuth 2.1 access token.
Body
application/json
Descriptive name for the webhook.
Required string length:
1 - 100Example:
"My webhook"
HTTPS destination URL. HTTP is not accepted.
Example:
"https://myapp.com/webhooks/vendaze"
List of events to subscribe to.
Minimum array length:
1A valid webhook event name.
Available options:
person.created, person.updated, person.deleted, activity.created, activity.updated, activity.deleted, company.created, company.updated, company.deleted, deal.created, deal.updated, deal.stage_changed, deal.won, deal.lost, deal.deleted, task.created, task.updated, task.completed, task.deleted, tag.created, tag.updated, tag.deleted, product.created, product.updated, product.deleted, pipeline.created, pipeline.updated, pipeline.deleted, member_invited, member_joined, member_removed, usage_logs.created Example:
["person.created", "deal.won"]Enables signed deliveries. When true, a webhook_secret is generated and returned in the response.
Example:
true
Response
Webhook created successfully.