SMS Text Message Sender using https://www.twilio.com/
To use their service you have to register first. It is possible to register a trial account for free.
You can find all the required information on the DashBoard tab and the Numbers tab.
Important! Info about resipient charging
This Step is part of the Open StepLib, you can find its StepLib page here
-
TWILIO_ACCOUNT_SID
-
TWILIO_AUTH_TOKEN
-
TWILIO_SMS_TO_NUMBER
in E.164 format http://en.wikipedia.org/wiki/E.164 (i.e. without hyphens)
-
TWILIO_SMS_FROM_NUMBER
at https://www.twilio.com/user/account > Numbers; in E.164 format http://en.wikipedia.org/wiki/E.164 (i.e. without hyphens)
-
TWILIO_SMS_MESSAGE
the text message you would like to send
-
TWILIO_SMS_MEDIA
optional
- clone this repository
- cd into the repository folder
- run: TWILIO_ACCOUNT_SID=[your-account-sid] TWILIO_AUTH_TOKEN=[your-auth-token] TWILIO_SMS_TO_NUMBER=[the-phone-number-of-the-receiver] TWILIO_SMS_FROM_NUMBER=[your-twilio-phone-number] TWILIO_SMS_MESSAGE="This is a test message." bash step.sh