nightkingdoms
Member
- Reaction score
- 11
- Location
- Arizona
I've been using Google Voice since I turned my company into an LLC. It's been going well for a free service but I wanted something that offered more than just ringing a set of numbers and forwarding text messages.
I've heard of an online service called Twilio (http://www.twilio.com) a while back. It was an interesting concept, but never went into it more. Recently rediscovered it and finally got around to reading into it more and playing with a trial account. I do a lot of programming in PHP so their services appeal to me having fine control over a call.
I played around with it and built a pretty stable IVR system (IVRs are those automated voice systems with the phone menus). What sets this apart from most IVRs, though, is that I am able to integrate it with some of my online systems already.
So far it has the ability to check a repair status and their notes (using the same data as my online status tool). It also allows payment of an invoice by looking it up, grabbing its remaining balance, taking credit card/check information over the phone, then applying that information directly to an invoice as a recorded payment on that invoice in my ERM system. It even gives the caller a confirmation number (same as the one added to the invoice).
There's also the option to request a call back without leaving a phone number that sends a text message to me. Beyond that, I just made some simple menus and added a we-no-speaky-spanish line at the end. Two of the menu options make calls out for talking to real people. One option does voicemail which gets transcribed and emailed to my ticketing system with the audio link.
Eventually I'd like to add some more features such as receiving text/email payment confirmation, a ringdown list of multiple techs in a predefined order, web-integrated call logs/dialing/sms, etc. Also eventually want to do a call me option... Visitor visits my web site, types in their number and clicks send, their phone rings and they answer, then it calls me and we're both connected as if they called me to begin with.
Does anyone else use Twilio or another IVR system? I'd be interested in what your experiences are or what you'd be interested in doing with it if you could build one.
Thanks guys!
I've heard of an online service called Twilio (http://www.twilio.com) a while back. It was an interesting concept, but never went into it more. Recently rediscovered it and finally got around to reading into it more and playing with a trial account. I do a lot of programming in PHP so their services appeal to me having fine control over a call.
I played around with it and built a pretty stable IVR system (IVRs are those automated voice systems with the phone menus). What sets this apart from most IVRs, though, is that I am able to integrate it with some of my online systems already.
So far it has the ability to check a repair status and their notes (using the same data as my online status tool). It also allows payment of an invoice by looking it up, grabbing its remaining balance, taking credit card/check information over the phone, then applying that information directly to an invoice as a recorded payment on that invoice in my ERM system. It even gives the caller a confirmation number (same as the one added to the invoice).
There's also the option to request a call back without leaving a phone number that sends a text message to me. Beyond that, I just made some simple menus and added a we-no-speaky-spanish line at the end. Two of the menu options make calls out for talking to real people. One option does voicemail which gets transcribed and emailed to my ticketing system with the audio link.
Eventually I'd like to add some more features such as receiving text/email payment confirmation, a ringdown list of multiple techs in a predefined order, web-integrated call logs/dialing/sms, etc. Also eventually want to do a call me option... Visitor visits my web site, types in their number and clicks send, their phone rings and they answer, then it calls me and we're both connected as if they called me to begin with.
Does anyone else use Twilio or another IVR system? I'd be interested in what your experiences are or what you'd be interested in doing with it if you could build one.
Thanks guys!