Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
1.59/5 (6 votes)
See more:
how to send message(text,image,videos) to whatsapp from C# Asp.net Application
Posted
Updated 10-Apr-20 16:35pm
v2

ASM
You need to use their API or third-party libraries, for example, there is a c# fork from WhatsAPINet, which is based on WhatsAPI.

https://github.com/perezdidac/WhatsAPINet
 
Share this answer
 
Comments
ranjeet11 26-Aug-15 4:06am    
this link shows page not found
Member 10339479 4-Jul-18 6:25am    
for this we need password.and wart give an error for old version please help
I don't think you can - there doesn't appear to be an API for that - possibly to preent spamming
 
Share this answer
 
create and run below url from c#

"https://api.whatsapp.com/send?phone=4796854125"

remember to put phone number without + symbol
 
Share this answer
 
Comments
Richard Deeming 20-Oct-17 12:48pm    
THREE YEARS too late!
Can get it though NuGet..
https://www.nuget.org/packages/WhatsAppAPI/[^]
 
Share this answer
 
 
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