Send an SMS from a Twilio sim via Programmable SMS
Send an SMS from a Twilio sim via Programmable SMS to the outside world.
Enter this as TwiML in the SMS section of the ‘Progammable Voice and SMS’ in the settings menu for your sim.
<?xml version="1.0" encoding="UTF-8"?> <Response> <!-- The from tag contains the phone number assigned to the sim --> <Message from="+19195551212" to="{{To}}"> {{Body}} </Message> </Response>
Leave a Reply