Is there a back-end service that responds to SMS messages?

Asked

Viewed 109 times

2

I’m doing research on back-end communication operations that use SMS messages to interact with users.

I couldn’t find anything relevant on Google that explains clearly how this service works. Would anyone know where to start in a clear way?

The idea would be as follows:

  • User sends a text message to an X number
  • The server would receive the message and would "read" the contents of the string
  • After interpreting the strings would perform an action and reply the message to the user

    If not clear, I can supplement the question as necessary.

  • 1

    I have been researching, and both: either it is a company "chipeira", which is good to avoid (and has some famous in Brazil), or it is too expensive in view of other countries. Have you considered installing a GSM modem on your server and letting it have its own number? Then just send AT commands to the modem and read straight from it. However, I hope you get a good answer here. If someone comes to advertise "chipeira" here, we can relax in the comments. (chipeiras are those "homemade" companies that, among other things vc identify by using conventional cell phone numbers)

  • kkk not the stop would be, I’m doing a study of how this system works. It has serious educational purposes.

  • 1

    Let’s see if anyone knows a company with a good API for this, but if nothing appears and you want to venture out, have some things on the site about SMS: http://answall.com/q/12132/70 and http://answall.com/search?q=sms+is%3Aquestion

  • 1

    @Bacco has already made the relevant comment/answer. If you have knowledge in mobile development, you can use an Android device to intercept SMS messages and then send your content to a web service, Broker, in the integration language. Just don’t run out of credits. ;)

  • The idea of the modem is excellent. It is normal to receive SMS from large companies with conventional numbers. The only problem is that you need physical access to the server... In fact, I’ve seen Daruma (national) modems with API for several back-end languages...

1 answer

0


As commented by @Bacco:

Let’s see if anyone knows any companies with a good API for this, but if nothing comes up and you want to venture, there are some things on the SMS website: pt.stackoverflow.com/q/12132/70 and en.stackoverflow.com/search? q=sms+is%3Aquestion

I accept as a valid answer!

  • We’d better leave it a little longer to see what happens. There might be an answer. But if any other already existing meet your need, let us know. I appreciate the comment, but I think it’s better as a comment only than a reply.

  • Well, by the time he stayed no one else answered. But if anyone wanted to comment, suggestions are always welcome!

  • I’ve researched a lot about it, the company that I’ve seen more recommendations is the twilio.com , enters there q the guys are serious. You will easily find other options if you search by twilio on google. Smart have helped.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.