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

Body

application/json
CallSid
string
CallStatus
string
CallDuration
string
Duration
string
From
string
To
string

Response

Status processed

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