How do we receive text messages in a .net API?
Ex. Someone send a text message to my number, I need to the text message in my asp.net web API. How can we implement this?
Twilio evangelist here.
This blog post has the code you need and a link to a video that show you how to receive a text message via Twilio.
https://www.twilio.com/en-us/blog/an-easy-way-to-receive-an-sms-message-with-c-and-twilio-html
Hope that helps.