Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I want to create a windows service program with C# that send several messages by whats app desktop app automatically like a bot.
I tried web scrapping for send messages by whats app web version but it needs QR Code Scan every time.
what is your suggests to solve this problem?
thanks for your help.

What I have tried:

I tried web scrapping for send messages by whats app web version but it needs QR Code Scan every time.
Posted
Updated 15-Nov-22 16:06pm
v2

1 solution

You will probably need the WhatsApp Business API: https://developers.facebook.com/docs/whatsapp/api/messages/[^]
That may however not be simple to get access to: Getting access to Business API[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900