0

I developed sending SMS text to mobile using Twilio Sending SMS from asp.net website and it's easy, but my concern is how to receive SMS text from mobile?

Ex. Client SMS Text to

Cell Phone #: 0923#####(server CP#)

with message body: GET_REMAINING_STOCKS

Then my Application will replied 20 Stock to the sender.

I checked the other thread but I can't find the exact answer. please help

Community
  • 1
  • 1
Jeff
  • 147
  • 1
  • 1
  • 11

1 Answers1

0

I'm also a Twilio developer evangelist, hello!

If you are looking to receive SMS messages in your asp.net app, then the best place to start is the quickstart guide. That should get you off the ground with receiving and responding to SMS messages in your application.

Let me know if this helps.

philnash
  • 70,667
  • 10
  • 60
  • 88