v1

latestOpenAPI 3.0.3Proprietary2026-07-13172948.0 KB

Creates a new webhook to receive call event notifications.

The webhook secret is returned only once during creation and should be saved securely.

post/v2/webhooks

Request body

agent_idstring uuid required

The UUID of the agent this webhook is associated with.

namestring required

A friendly name for this webhook.

urlstring uri required

The HTTPS URL where webhook payloads will be sent.

eventsstring[] required

List of event types to subscribe to.

custom_headersCustomHeaders

Custom HTTP headers to send with webhook requests.

Response

Webhook created successfully

messagestring required