Reputation: 384
Hi i had developed an application in .NET for where we can send sms to user and want user reply sms for that we are using Twilio sms service. i had created the code for sending sms which is running perfectly but while user receive the sms he is not able to reply fro mobile bcz there is no number is available to reply only short code is available. so anyone having idea for twilio integration .. help required here
Upvotes: 0
Views: 368
Reputation: 741
You should give us more context and some code...
However have you specified the Message URL? Check the Twilio documentation
By specifying an Message URL for your messaging enabled Twilio phone number, Twilio will make a request to your application to notify you when someone replies to a message you send. Twilio's request and your corresponding response are covered in the Message portion of the TwiML documentation
Upvotes: 2