Webhooks
Update Webhook
Update an existing webhook subscription.
PATCH
Retrieve your API Key from your VozAgent Dashboard.
Path parameters
The unique identifier of the webhook to update.
Body parameters
All fields are optional. Only include the fields you want to change.Update the webhook display name.
Update the HTTPS endpoint URL to receive webhook events.
Replace the list of event types to subscribe to.
Enable or disable the webhook. Set to
false to pause event delivery without deleting the webhook.Available Events
| Event | Description |
|---|---|
contact.created | New contact created. |
call.started | Call initiated. |
call.completed | Call ended. |
lead.qualified | Lead marked as qualified. |
appointment.booked | Appointment booked during a call. |
appointment.rescheduled | Appointment rescheduled. |
Response
Returns the updated webhook object. Status code:200.

