Jonathan Gottfried and Adam Purkiss Are The Latest Twilio Developer Contest Winners
Time to read: 4 minutes
Here are the winners for our recently-completed holiday and Salesforce developer contests. Congratulations to both Jonathan Gottfried and Adam Purkiss for their great entries!
Holiday Contest Winner: The Snowman of Babel by Jonathan Gottfried
What’s the story behind The Snowman of Babel?
JG: My school, Stony Brook University, has a very diverse campus and I am constantly seeing flyers for various holiday events in non-English languages. I realized that I could neither understand what they said, nor would I know how to give a holiday greeting to someone from another country or even tell them about it if they didn’t know what it was. This gave me the idea for a holiday-themed translation app. In the future, I will likely expand it beyond the small subset of holiday greetings that I gathered to be a more fully featured SMS/voice translation program utilizing voice transcription.
What technologies did you use?
JG: The application is built purely in PHP and uses both the Twilio API and the Google Translate API. I love the idea of mashups and when I saw the holiday contest I knew that I wanted to incorporate external APIs, using Google with Twilio was an obvious choice for me due to my familiarities with both.
Having used Twilio before for a variety of projects, I found it ridiculously easy to integrate it into my translation app and even discovered some cool new features like foreign language support for voice.
How did you get started developing with Twilio?
Salesforce Contest Winner: Surveilio Force by Adam Purkiss
What is the story behind Surveilio Force?
AP: I decided to use Twilio before I had an idea for an application since I’ve never used the APIs and was inspired by a presentation given by Evan Cooke many months ago at an Open API meetup. His passion for leveraging Amazon’s EC2 – proving that high call quality can be achieved with a cloud architecture and doesn’t necessarily require a proprietary, high cost, in house server strategy – made a lasting impression.
So while driving and thinking about what I might hack to life with the TwiML verbs, I remembered a complicated Force.com integration I was involved with a few years back. The project was to integrate an external survey tool with an external IVR tool on Force.com such that an educational institution could issue surveys to students via email and over the phone. So hoping the Twilio APIs were as easy to use as the documentation promised, I set out to deliver a simplified web-based/IVR survey application.
In the future I intend to submit an upgrade with easier (perhaps well documented) installation instructions along with transcribe functionality. This will allow a caller to answer memo or comment questions that can be stored in text form, as well as providing a link to the audio recording of their answer.
What technologies are you using?
AP: Surveilio Force runs on Force.com using Sites to expose TwiML pages to Twilio. Code from Survey Force was used as a starting point for the web-based surveys which includes CSS that makes the survey’s and survey creation look better, though this styling is not necessary to use the application. Otherwise it’s all custom Apex/Visualforce code I wrote for the contest, deployed in an unmanaged package for others to read and reuse if desired.
How was your experience integrating Twilio with Salesforce?
AP: Exciting at first and then I hit what seemed like a brick wall. In order to collect and save survey answers you need to be able to save the results of the previous call upon instantiation of an Apex controller. Since no DML (saving to Force.com) is permitted in the constructer I was unsure how I would manage this. A force.com expert at Cloudstock gave me the tip that solved it. The action parameter in the page, like this:
Then it was exciting again.
Congratulations again to both Jon and Adam! We’re capping off a great year of contests with one last “Anything Goes” hurrah for 2010. If you’ve integrated Twilio voice or SMS into your application you could win a Google Nexus S. Head over to the contests page to learn more. The submission deadline for this contest is January 2nd at 11:59pm PT.
Related Posts
Related Resources
Twilio Docs
From APIs to SDKs to sample apps
API reference documentation, SDKs, helper libraries, quickstarts, and tutorials for your language and platform.
Resource Center
The latest ebooks, industry reports, and webinars
Learn from customer engagement experts to improve your own communication.
Ahoy
Twilio's developer community hub
Best practices, code samples, and inspiration to build communications and digital engagement experiences.