Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the google-analytics-for-wordpress domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/teamrampage.net/public_html/wp-includes/functions.php on line 6121
What I did with Twilio – TeamRampage Services

What I did with Twilio

A few months back, a client asked me to look at and improve the SMS messaging ability of their Java program. After seeing that they were using an email to SMS gateway (and associated throttling requirements) I researched the options, and came to the inevitable conclusion that the answer to making the SMS messaging capabilities better and more robust in my client’s application was by adding Twilio.

After a very short “introduction” period, I had a prototype up and running, my client was so impressed that the original specification was expanded (I didn’t mind because the Twilio APIs are really easy to work with). A short time later, the final draft moved to production and there have been no regrets; in fact I look for ways that I can use the Twilio offerings in other projects because it was so easy.

Now mind you, the application using the Twilio service is used to run a form of silent auction, requiring as close to real time notifications to end users as possible. The application sends an SMS notification to a registered bidder (after an opt-in of course) when they have been outbid; then if the bidder wishes, they can respond to the outbid message indicating that they want to raise their bid. That simple! All thanks to the power of Twilio. Future planned improvements include the ability of the application to automatically call winning bidders after the auction is over to let them know what they have won! Of course, Twilio offers voice functionality as well, and it’s just as easy to implement!

I am very happy that I had the opportunity to use the Twilio service, and it seems that my client is happy with them as well!

Leave a comment

Your email address will not be published. Required fields are marked *