Skip to main content
POST
/
api
/
webhook
/
calls
/
twilio
/
amd
Handle Twilio answering machine detection
curl --request POST \
  --url https://your-instance.example.com/api/webhook/calls/twilio/amd \
  --header 'Content-Type: application/json' \
  --data '
{
  "CallSid": "<string>",
  "AnsweredBy": "<string>",
  "MachineDetectionDuration": "<string>"
}
'
{}

Body

application/json
CallSid
string
AnsweredBy
string
MachineDetectionDuration
string

Response

AMD status processed

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