I want to be able to send an sms using Twilio and then if the receiver of the message responds to the sms it will take the body of the message and save it into my database. I can send an sms from my application. My question is how do I receive the response. I know how to insert the response into the database.
Also, the sms is sent from a specific project with a unique id. I want to be able to somehow tag the message so when they reply back I can insert their reply back and reference it back to that project.
Thanks in advance for your help.