cURL
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>"
TwiML response returned
The response is of type string.
string