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

Body

application/json
To
string
From
string
CallSid
string

Response

TwiML response returned

The response is of type string.