Skip to main content
PUT
cURL
Updates an existing webhook configuration.

Path Parameters

  • id (required, string): Webhook ID

Request Body

Example Request

Response

Returns the updated webhook object, or 404 if not found.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Webhook ID

Body

application/json
name
string
required

A descriptive name for the webhook

url
string<uri>
required

The URL to receive webhook POST requests

events
enum<string>[]
required

Event types to subscribe to

Available options:
CALL_LOGGED,
CONTACT_SNOOZED
dispositions
integer[]

Filter CALL_LOGGED events by disposition IDs

Response

Webhook updated successfully

The response is of type object.