Skip to main content
POST
Handle Twilio voice call webhook (legacy)

Body

application/json
CallSid
string

Twilio-assigned call identifier (CA…).

CallStatus
string

Twilio call state, e.g. ringing, in-progress, completed, busy, no-answer, failed.

From
string

Calling party phone number in E.164.

To
string

Called party phone number in E.164.

Direction
string

Call direction reported by Twilio: inbound, outbound-api, outbound-dial.

Response

Plain-text acknowledgement. New integrations should use the typed inbound/outbound/status/recording/amd routes instead.

The response is of type string.

Example:

"OK"