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

Body

application/json
To
string
From
string
CallSid
string
CallStatus
string

Response

TwiML response returned

The response is of type string.