Webhooks
Use the REST API to interact with Webhooks
Last updated
Use the REST API to interact with Webhooks
Last updated
Add a new webhook for lead.created event
/webhooks
The event for which the webhook will be triggered
lead.created
The URL to which the webhook will send the payload
https://example.com/webhook-receiver
The HTTP verb to be used when sending the payload (e.g., POST, GET, PUT, DELETE)
POST
, PUT
Request content type
application/json
No body
Delete an existing webhook by ID
/webhooks/{id}
The ID of the webhook to be deleted
296130fc-6fa5-48db-a571-925d60309ed1
Request content type
application/json
No body