Twilio

Generated from:

Create a POST request to Twilio to send an SMS message

Request

POST

URL

https://api.twilio.com/2010-04-01/Accounts/{{ACCOUNT_SID}}/Messages.json

Headers

AuthorizationBasic {{TWILIO_AUTH_TOKEN}}
Content-Typeapplication/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.