Update a webhook
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | A descriptive name for the webhook |
url | string | Yes | The URL to receive webhook POST requests (must be a valid URL) |
events | string[] | Yes | Array of event types to subscribe to (CALL_LOGGED, CONTACT_SNOOZED) |
dispositions | number[] | No | Filter CALL_LOGGED events by disposition IDs |
Webhook ID
Webhook updated successfully
The response is of type object.