Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

An API key from Settings > API keys. Scopes: business:read, business:write, calls:read, contacts:read, contacts:write, appointments:read, appointments:write, messages:read, knowledge:write, webhooks:manage.

Path Parameters

webhook_id
string<uuid>
required

The webhook endpoint id.

Body

application/json
url
string<uri>

HTTPS URL that receives events.

Maximum string length: 2000
events
enum<string>[]
Minimum array length: 1
Available options:
call.completed,
appointment.booked,
appointment.rescheduled,
appointment.cancelled,
message.taken,
contact.created
description
string | null
Maximum string length: 200
status
enum<string>
Available options:
enabled,
disabled

Response

OK

data
object
required