使用C#以编程方式向whatsapp号码发送消息 [英] send message to whatsapp number programmatically using C#

查看:91
本文介绍了使用C#以编程方式向whatsapp号码发送消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从C#Asp.net应用程序发送消息(文本,图像,视频)到whatsapp

how to send message(text,image,videos) to whatsapp from C# Asp.net Application

推荐答案

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


我认为你不能 - 似乎没有这样的API - 可能是为了预防垃圾邮件
I don't think you can - there doesn't appear to be an API for that - possibly to preent spamming


在c下创建并运行以下网址#



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



记得不带+符号的电话号码
create and run below url from c#

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

remember to put phone number without + symbol


这篇关于使用C#以编程方式向whatsapp号码发送消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆