Update a webhook by ID
Webhooks
Update a webhook by ID
Partially update an existing webhook. Only the fields provided in the request body will be updated.
PATCH
Update a webhook by ID
Authorizations
Headers
API version header. Supported values: 2026-03-30
Available options:
2026-03-30 Path Parameters
The unique identifier of a webhook
Pattern:
^[0-9]+$Example:
"123"
Body
application/json
The endpoint that receives events from the webhook.
Example:
"https://example.com/"
Minimum array length:
1Event type
Available options:
call.answered, call.completed, call.forwarded, call.menu.selected, call.missed, call.ringing, call.recording.completed, call.summary.completed, call.transcript.completed, call.voicemail.completed, message.received, message.delivered, message.failed, message.undelivered, contact.updated, contact.deleted, task.assigned, task.created, task.completed, task.updated, task.deleted, task.unassigned, task.reopened, task.duedate.removed, task.duedate.updated, task.overdue, task.linked, task.unlinked The unique identifiers of the phone numbers associated with the webhook. Pass null, [], or ["*"] to clear phone number filtering.
Pattern:
^PN(.*)$Example:
["PN1234"]The status of the webhook.
Available options:
enabled, disabled Example:
"enabled"
Webhook's label
Response
OK
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6