简体   繁体   中英

How I receive and process WhatsApp messages on my ASP.NET Core MVC app with Twilio?

Im trying to build a botchat in WhatsApp, using ASP.NET Core MVC, C# and Twilio. I can send messages to a WhatsApp (my) number. But I don't know how to receive and do something with those income messages.

The Twilio docs tutorial is not comprehensive. Someone did it successful with C#?

Twilio Evangelist here...

Sorry that you're having such trouble finding the sample code that you are looking for.

For context, the code for processing inbound Whatsapp messages is the exact same as for SMS messages as noted in the Twilio docs here .

You should be able to use the C# controller in the Programmable SMS Quickstart (in our docs here ). Take a look and feel free to reach out if this does not serve your purposes. I can be reached via email at corey@twilio.com.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM