Skip to main content
POST
/
api
/
webhook
/
calls
/
twilio
/
recording
Handle Twilio recording status
curl --request POST \
  --url https://your-instance.example.com/api/webhook/calls/twilio/recording \
  --header 'Content-Type: application/json' \
  --data '
{
  "CallSid": "<string>",
  "RecordingSid": "<string>",
  "RecordingUrl": "<string>",
  "RecordingStatus": "<string>",
  "RecordingDuration": "<string>"
}
'
{}

Body

application/json
CallSid
string
RecordingSid
string
RecordingUrl
string
RecordingStatus
string
RecordingDuration
string

Response

Recording status processed

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