Skip to content

fawkesley/twilio-heroku-sms-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS Echo Server with Twilio and Heroku

Once deployed, any SMS message sent to your Twilio number will be echoed right back to you.

Setup

  1. Clone this repo: git clone https://github.com/paulfurley/twilio-heroku-sms-echo

  2. Create a new app on Heroku

  3. Follow Heroku instructions to add a new git remote heroku

  4. Deploy to heroku

    export APP_NAME=<your-app-name>
    
    git push heroku master
    heroku ps:scale web=1
    
  5. Configure Twilio messaging to point to https://<your-app-name>.herokuapp.com/sms/

  6. Send SMS to your Twilio number.

  7. Receive SMS reply!

About

Receives an SMS via Twilio and replies with the same message body

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages