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
The event for which the webhook will be triggered
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)
Request content type
application/json
No content