Skip to main content

Endpoint

POST https://{yourserver}/webhooks/call
Content-Type: application/json
This webhook is sent when a new call is created on the platform. It is configured at the application level. Reference: Call Hook (POST)

Request

The request body contains call information as JSON (see CallHook schema below).

Response

Return a 200 with a JSON payload consisting of an array of verbs to control the call.

CallHook schema

Authentication

Authorization: Basic authentication (required)

Example request