Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I'm looking for a web service which allows me to send an SMS to it and then it calls a HTTP callback. So, for example, I can register on the site and it provides me a user id and if I send an SMS to the service's phone number with my user id and some extra parameter (e.g. a command) then it calls the HTTP callback (which I gave to it previously) with the command I sent in the SMS. It could be used to control web applications via SMS if the user has no mobile internet access.

So it's a programmable web service which provides an SMS API instead of a HTTP API. An SMS to HTTP gateway. Do you know about a web service like this?

share|improve this question

closed as off topic by Eight Days of Malaise, phwd Feb 23 '12 at 18:53

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Twilio sounds like it could be what you're looking for.

It can be configured to receive SMS and execute your webservice on the backend, returning results to the client. I'm sure it would handle 'sessions' either natively or with a little bit of logic work on your end.

Check out the QuickStart application

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.