views:

45

answers:

1

Is there any way to use text messages to CRUD data in a Rails app? For instance, a user would send a text message to a specific number and the Rails app could use that data in any way. Just wondering if there's a solution out there.

+1  A: 

Lots of web services exist to do this. Try out http://twilio.com/.

Kevin Sylvestre
Thanks for recommending Twilio! If anyone has any questions about it, feel free to email me [email protected]
John Sheehan