Skip to content

thatpodcast/voicemail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 VOICEMAIL_EMAIL_ADDRESS=you@example.com
$ git push heroku master

Configure Twilio

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