Generated from:
Create a POST request to Twilio to send an SMS message
URL
https://api.twilio.com/2010-04-01/Accounts/{{ACCOUNT_SID}}/Messages.json
Headers
| Authorization | Basic {{TWILIO_AUTH_TOKEN}} |
|---|---|
| Content-Type | application/x-www-form-urlencoded |
Body
To={{TO_PHONE_NUMBER}}&From={{FROM_PHONE_NUMBER}}&Body={{MESSAGE_BODY}}
This request was generated from:
Create a POST request to Twilio to send an SMS message
Generate your own →Type any API. Get a production-ready request. No login required.