Skip to main content
POST
Handle Twilio call status updates

Body

application/json
CallSid
string

Twilio-assigned call identifier (CA…) whose status is being reported.

CallStatus
string

Final or transitional state: queued, ringing, in-progress, completed, busy, no-answer, failed.

CallDuration
string

Total call duration in seconds (as a string), populated when the call ends.

Duration
string

Per-leg duration in seconds as Twilio reports it; usually mirrors CallDuration for single-leg dials.

From
string

Calling party phone number in E.164.

To
string

Called party phone number in E.164.

Response

Plain-text acknowledgement (Twilio only checks 2xx).

The response is of type string.

Example:

"OK"