WebhooksTwilio bundle status webhook

Twilio bundle status webhook

Carrier callback for Twilio bundle status changes. No signature header required. Re-fetches current bundle status from Twilio before updating records. Always returns 200.

curl -X POST "https://api.talkturo.com/api/phone-numbers/twilio-webhook" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  --data-urlencode BundleSID=example_string \
  --data-urlencode BundleSid=example_string \
  --data-urlencode bundle_sid=example_string
{
  "received": true,
  "status": "example_string",
  "matchedRequest": true
}
POST
/phone-numbers/twilio-webhook
POST
Base URLstring

Target server for requests. Edit to use your own host.

Content-Typestring
Required

The media type of the request body

Options: application/x-www-form-urlencoded
Request Preview
Response

Response will appear here after sending the request

Body

application/x-www-form-urlencoded

Responses

receivedboolean
statusstring
matchedRequestboolean