Help for this page

Select Code to Download


  1. or download this
    
    #!perl
    ...
    
    
    curl -X POST https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUN
    +T_SID/Messages.json  --data-urlencode "Body=This is the ship that mad
    +e the Kessel Run in fourteen parsecs?"  --data-urlencode "From=+15017
    +122661"  --data-urlencode "To=+15558675310"  -u $TWILIO_ACCOUNT_SID:$
    +TWILIO_AUTH_TOKEN