TwiML Bin Request with Signature
POST https://handler.twilio.com/twiml/EHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
This request helps you make requests to your TwiML Bin URL to test the response of your application. It automatically generates the X-Twilio-Signature that is required to be passed as HTTP header to successfully trigger a TwiML Bin.
Before you can use it make sure to [create a Qodex Environment] with the following variables:
- TWILIO_ACCOUNT_SID
- TWILIO_AUTH_TOKEN
You can get both in the Twilio Console
Afterwards update the URL in the request to your TwiML Bin URL and send the request.
Request Body
[{"name"=>"AccountSid", "value"=>"{{TWILIO_ACCOUNT_SID}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Twilio-Signature | string |