Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 927 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 927 Bytes

Simple voicemail app

This app acts as a voicemail box and emails you when someone leaves a message on a Twilio number.

Want to give it a try? Leave @thatpodcast a voicemail on +19793530100.

Deployment

Deploy to Heroku using a single click:

Deploy

Alternatively, you can deploy manually:

$ git clone https://github.com/thatpodcast/voicemail
$ cd voicemail
$ heroku create
$ heroku addons:add sendgrid:starter
$ heroku addons:open sendgrid:starter > configure as necessary
$ heroku config:set [email protected]
$ git push heroku master

Configure Twilio

Configure a Twilio number with http://{YOUR_APP_NAME}.herokuapp.com/voice as the voice end point.