an autodialer written in nodejs using the twilio api
git clone https://github.com/joshuaterrill/twilio-autodialer.git
cd twilio-autodialer/
npm install
- Login to twilio and go to https://www.twilio.com/user/account/apps
- Create a twiml app and point the HTTP post voice request URL to http://yourserver.com/say.xml
- Save it and get your applicationSid, accountSid, and authToken
- Open
dial.js
and replace all the empty variables at the top of the file with the proper values from your account - Load your numbers into
numbers.json
- Configure
say.xml
to say what you want it to say - Run
node dial.js
- Support loading numbers via URL / REST
- Turn into an NPM package
License: MIT