WebhooksTwilio-Bundle-Status-Webhook

Twilio-Bundle-Status-Webhook

Carrier-Callback für Twilio-Bundle-Statusänderungen. Kein Signatur-Header erforderlich. Ruft den aktuellen Bundle-Status von Twilio erneut ab, bevor Datensätze aktualisiert werden. Gibt immer 200 zurück.

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