Skip to main content
POST
/
api
/
webhook
/
calls
/
twilio
Handle Twilio voice call webhook (legacy)
curl --request POST \
  --url https://your-instance.example.com/api/webhook/calls/twilio \
  --header 'Content-Type: application/json' \
  --data '
{
  "CallSid": "<string>",
  "CallStatus": "<string>",
  "From": "<string>",
  "To": "<string>",
  "Direction": "<string>"
}
'
{}

Body

application/json
CallSid
string
CallStatus
string
From
string
To
string
Direction
string

Response

Call webhook processed

Generic response envelope. Endpoint-specific fields are intentionally open.