I am building a web application using twilio and I seem to have a problem.
The system consists of three participants:
- Physical client
- Physical server
- Our web application
Whenever the client creates a new "task" through the form, all the details of the task will be sent in text to different servers. When any of the servers responds to this text message, we must be able to associate his response with the specific “work” to which he replied. The problem is that I can’t figure out how to do this without buying a number for each job and simply linking each number to the task. If possible, I would like to use only one number, as buying thousands of numbers is completely wasteful and impossible.
source
share