0

I want to send whatsapp messages through c# program. I found out there are different gateway through which we can send messages from c# to whatsapp. but I want to create my own program through which we can send messages to whatsapp. Is it possible? is there any guidelines for that?

  • 1
    Try exploring APIs offered by whatsapp https://blog.cloudrail.com/whatsapp-api-how-to-use-the-whatsapp-chat-api/ – Chetan Feb 18 '18 at 14:04
  • @ChetanRanpariya thanks for you answer but cloudrail is not supporting whatsapp... – Imran Ahmad Shahid Feb 18 '18 at 14:16
  • See [Why doesn't WhatsApp have an API?](https://www.quora.com/WhatsApp-Why-doesnt-WhatsApp-have-an-API). Looks like the answer is no, but you will need to do more research. – NightOwl888 Feb 18 '18 at 14:43

2 Answers2

0

Try installing this package on your project.

https://www.nuget.org/packages/WhatsAppAPI/

Go through the video for better understanding.

https://www.youtube.com/watch?v=Z7LedIO47Yw

Akash Kool
  • 52
  • 5
0

Check official WhatsApp Business API

https://developers.facebook.com/docs/whatsapp

After completing the registration process you can send messages in defined templates i.e. you first need to define the templates and then send the messages based on these messages.