lazyweb: trying to find a blog post with tips for how to design bots that interact over SMS
less "how to use the Twilio API" (that's easy), more "what state to store in the database, tips for designing state machines, how to keep it simple, etc”
lazyweb: trying to find a blog post with tips for how to design bots that interact over SMS
less "how to use the Twilio API" (that's easy), more "what state to store in the database, tips for designing state machines, how to keep it simple, etc”
@b0rk If you’re using Ruby I maintain a gem that extracts away the twilio API and gives DB tables and mounts as an engine to abstract lots away. But it emphasizes the phone much more than SMS. And is North America centric. Could still maybe be useful? https://github.com/kmcphillips/twilio-rails
@kmcphillips thanks, will take a look! really appreciate any examples of interfaces people are building on top of twilio :)