I'm doing a search on operations that involve back-end communication that uses SMS messages to interact with users.
I could not find something relevant on Google that clearly explains how this service works. Anyone know where to start clearly?
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 it has not been clear, I can supplement the question as needed.