Content Deep Dive
Automated Survey with Ruby and Sinatra
Blog post from Twilio
Post Details
Company
Date Published
Author
Jose Oliveros
Word Count
2,857
Language
English
Hacker News Points
-
Summary
This Sinatra-based survey application uses Twilio for automated surveys. The application handles both voice calls and SMS responses. It stores answers in a database using DataMapper and generates TwiML instructions for each question based on the user's input. The application also displays survey results, including panel views for every question in the survey, listing responses from different calls.