whatsapi

Send messages to Whatsapp number using PHP

安稳与你 提交于 2020-02-17 07:41:18
问题 I have to send messages to the customer's whatsapp number programatically. What are the pre requirements/needs? Do I need to convert/register my personal number to business account? Is there any API provided by whatsapp for this? 回答1: Do I need to convert/register my personal number to business account? Not necessarily, it's your choice if you want to share your personal account, even though you recommend using a business account Is there any API provided by whatsapp for this? According to

Whats app (web.whatsapp.com/send) send not working

家住魔仙堡 提交于 2020-02-06 17:45:50
问题 https://web.whatsapp.com/send?phone=&text= is redirecting to web but not opening the right mobilenumber with text message. Anything changed ? 回答1: Received From WhatsApp Support-We are aware of the issue and we are working on fixing it in a future update of WhatsApp. Unfortunately, we can't comment on any future release dates at this time. 来源: https://stackoverflow.com/questions/56354080/whats-app-web-whatsapp-com-send-send-not-working

Whats app (web.whatsapp.com/send) send not working

无人久伴 提交于 2020-02-06 17:45:33
问题 https://web.whatsapp.com/send?phone=&text= is redirecting to web but not opening the right mobilenumber with text message. Anything changed ? 回答1: Received From WhatsApp Support-We are aware of the issue and we are working on fixing it in a future update of WhatsApp. Unfortunately, we can't comment on any future release dates at this time. 来源: https://stackoverflow.com/questions/56354080/whats-app-web-whatsapp-com-send-send-not-working

Whats app (web.whatsapp.com/send) send not working

核能气质少年 提交于 2020-02-06 17:45:31
问题 https://web.whatsapp.com/send?phone=&text= is redirecting to web but not opening the right mobilenumber with text message. Anything changed ? 回答1: Received From WhatsApp Support-We are aware of the issue and we are working on fixing it in a future update of WhatsApp. Unfortunately, we can't comment on any future release dates at this time. 来源: https://stackoverflow.com/questions/56354080/whats-app-web-whatsapp-com-send-send-not-working

send whatsapp messages using WhatsappAPI in c#

与世无争的帅哥 提交于 2019-12-22 17:52:13
问题 I have installed WhatsappAPI from nuGet package manager and tried to implement code but could not register my mobile number through WART(WhatsApp Registration Tool) .Its giving error LIKE {Status:"Failed",Reason:"Bad_Request"} all the time. I have searched a lot.But there is no any solution to this issue. There is only tool i.e. WART for registration. Is there any new updates OR WART is still working ..?? My code is given below. public JsonResult SendMessage(string sendTo,string message) {

How to send message on WhatsApp Group using official API

三世轮回 提交于 2019-12-18 16:58:39
问题 I know about send message to any number using WhatsApp official API using https://api.whatsapp.com/send?phone= But is there any way to send message to WhatsApp Group is user is joined that group. I have a form and want this form data to be shared in our whatsapp group on click. 回答1: The WhatsApp Business API Client supports a subset of the features provided by the WhatsApp applications you already know from Android, iOS, Web and other platforms including end-to-end encryption. The difference

socket [10053] error in whatsAPI PHP sending message

人走茶凉 提交于 2019-12-11 01:43:30
问题 I'm using whatsapp api PHP Library : Chat API And I got this error when I'm trying to send message : "socket_write(): unable to write to socket [10053]: An established connection was aborted by the software in your host machine." How to solve it? 来源: https://stackoverflow.com/questions/41074066/socket-10053-error-in-whatsapi-php-sending-message

share image content and url on whatsapp from web site without og tag

怎甘沉沦 提交于 2019-12-09 17:28:11
问题 WhatsApp share a link, content and image this can be done by using og tags i.e. open graph tags <meta property="og:title" content="title" /> <meta property="og:description" content="Description for image" /> <meta property="og:url" content="https://myurl.com" /> <meta property="og:image" content="https://myurl.com/imagepth" /> But this has limitation, we can share only one image I want something as like of facebook sharer link which can share image content url https://www.facebook.com/sharer

send whatsapp messages using WhatsappAPI in c#

亡梦爱人 提交于 2019-12-06 13:02:16
I have installed WhatsappAPI from nuGet package manager and tried to implement code but could not register my mobile number through WART(WhatsApp Registration Tool) .Its giving error LIKE {Status:"Failed",Reason:"Bad_Request"} all the time. I have searched a lot.But there is no any solution to this issue. There is only tool i.e. WART for registration. Is there any new updates OR WART is still working ..?? My code is given below. public JsonResult SendMessage(string sendTo,string message) { var response = false; string from = "91XXXXXXXXXX"; //(Enter Your Mobile Number) String password; var res

How to send message on WhatsApp Group using official API

让人想犯罪 __ 提交于 2019-11-30 10:19:57
I know about send message to any number using WhatsApp official API using https://api.whatsapp.com/send?phone= But is there any way to send message to WhatsApp Group is user is joined that group. I have a form and want this form data to be shared in our whatsapp group on click. The WhatsApp Business API Client supports a subset of the features provided by the WhatsApp applications you already know from Android, iOS, Web and other platforms including end-to-end encryption. The difference is that this application can be deployed on a server, providing a local API that allows you to