I have a system with some members. my members should receive one message each day. I want to send this message via Viber or whatsapp (or if there are others app like them). But I dont want to send messages one by one. I want to send by asp.net c# code. Is there any document or API for this aim?
Asked
Active
Viewed 4.8k times
1 Answers
18
For Whatsup .NET API:
https://github.com/perezdidac/WhatsAPINet
For Viber .NET API:
Couldn't found one for .NET or any other platform.

Yair Nevet
- 12,725
- 14
- 66
- 108
-
Is it legal to use whatsapp for this aim? – user3125254 Jan 06 '14 at 09:38
-
I see no reason why not, I believe Whatsapp would have lock it down if it was a violation from their side. – Yair Nevet Jan 06 '14 at 09:56
-
4@YairNevet There actually where a litle battle http://www.itnetwerk.com/news/2012/09/27/whatsapp-threatens-legal-action-against-api-developers/ between whatsapp and whatsapi dev team, but there is a ceasefire now – Dabo Jan 07 '14 at 21:16
-
1I have recently tried WhatsApp .NET API and my phone number got banned. So I assume that they have way more strict rules in place now. – Marko Jovanov Jun 25 '16 at 14:17