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.
Deploy to Heroku using a single click:
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 a Twilio number with http://{YOUR_APP_NAME}.herokuapp.com/voice
as the voice end point.