Skip to content

erosdome/steps-sms-text-message

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steps-sms-text-message

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

Input Environment Variables

How to test/run locally?

  • 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

About

SMS Text Message Sender

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%