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?
Asked
Active
Viewed 6,620 times
0
-
1Try 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 Answers
0
Try installing this package on your project.
https://www.nuget.org/packages/WhatsAppAPI/
Go through the video for better understanding.

Akash Kool
- 52
- 5
-
I want to do this think using my own code not any third party library – Imran Ahmad Shahid Feb 19 '18 at 05:11
-
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.

Brijesh Kumar Tripathi
- 1,762
- 15
- 25