Questions tagged [whatsapi]

WhatsAPI is part of Chat API, a PHP library for interfacing to WhatsApp Messenger. DO NOT USE this tag for general programming related to WhatsApp, use [whatsapp] instead.

WhatsAPI is part of Chat API, a PHP library for interfacing to WhatsApp Messenger.

Links:

187 questions
31
votes
3 answers

Send messages to Whatsapp number using PHP

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?
Deepu Sasidharan
  • 5,193
  • 10
  • 40
  • 97
20
votes
5 answers

How to send message on WhatsApp Group using official API

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…
16
votes
2 answers

Whatsapp PHP api receiving encoded message

I am using Whatsapp PHP api to send and receive messages. When using my own phone number I am getting the message correctly, but using a friend's number sends an encrypted message. I got the issue on github. $debug = true; $username =…
Learner
  • 411
  • 4
  • 13
13
votes
1 answer

How to keep uppercase when passing parameters from url into whatsapp api web?

I have a problem here. Here is my sample code: https://api.whatsapp.com/send?phone=[International Ph. Number]&text=GoodMorning! Copy the following codes and insert into any browser and change the [International Ph. Number] to any international phone…
AloHA_ChiCken
  • 484
  • 1
  • 5
  • 24
12
votes
1 answer

When Samsung “Dual Messenger” is enabled, how to launch the second messenger programmatically?

Dual Messenger is a feature on Samsung Android phones [Screenshot from Samsung A70 (Android 9] For example I can launch the first copy of WhatsApp using intent by calling package name "com.whatsapp". Intent waIntent = new…
10
votes
8 answers

Link to chat whatsapp desktop

Is it possible to create link to chat for whatsapp on desktop and specify number which doesn't exist in contact list? whatsapp This implementation works fine for mobile(doesn't matter number…
Vlad
  • 279
  • 1
  • 3
  • 12
9
votes
1 answer

API / Code to know the number of participants in a WhatsApp group

Is there a way to programmatically determine the number of participants in a WhatsApp group ? (like API's, web scraping or something ?) I want to make few WhatsApp groups(eg: group 1, group 2), and store invite links to a backend. On visiting the…
Steev James
  • 2,396
  • 4
  • 18
  • 30
7
votes
2 answers

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

WhatsApp share a link, content and image this can be done by using og tags i.e. open graph tags
Sachin Sudhakar Sonawane
  • 1,865
  • 1
  • 22
  • 37
7
votes
1 answer

How to get a password for whatsapp API (PHP)?

I use this code #!/usr/bin/php Connect(); $w->LoginWithPassword($password); $message =…
Erick Vivanco
  • 239
  • 4
  • 10
6
votes
2 answers

How do I check if a mobile number is on WhatsApp or not with programming?

I wanted to build a web-based system using which you will come to know whether the mobile number is registered with WhatsApp or not? It's just to check whether the number entered in textbox have WhatsApp account or not? I tried finding resources…
5
votes
1 answer

The Whatsapp wa.me link does not correctly display the emoji sent in the text parameter on the desktop and web

I'm using the link wa.me in a web application for open a chat with a message with emojis. With the message like "Hi " the formed link is like this: https://wa.me/XXXXXXXXXXXXX?text=Hi+%F0%9F%98%89 When the user opens this link on the smartphone…
Gustavo Fabro
  • 71
  • 1
  • 3
4
votes
2 answers

Whatsapp Business Api calls for testing the enivronment

I am setting up whatsapp business api developer setup following this link https://developers.facebook.com/docs/whatsapp/installation/dev-single-instance I have done everything as mentioned. Using the latest version of Whatsapp api i.e. v2.23.4 The…
Farrukh Ahmed Khan
  • 301
  • 1
  • 3
  • 19
4
votes
3 answers

Whatsapp Web - how to access data now?

It used to be possible to access http://web.whatsapp.com/ with the Store object in JavaScript. A few hours ago, this stopped working. How does it update chat data now? It must save the data somewhere.
user418051518
  • 43
  • 1
  • 4
4
votes
3 answers

How to integrate WhatsApp with rails application

How to integrate WhatsApp with rails application? or how to send a message using rails application. Is there any gem or plugin available?
Santosh Kumbhar
  • 183
  • 3
  • 15
4
votes
2 answers

WhatsApi Number Getting Blocked - NodeJs

I am using the node-whatsapi library I am getting the number blocked. I am following the exact protocol as mentioned in the WIKI. The flow that i follow is: Create Adapter Connect() On Connect - Login On…
Guns
  • 2,678
  • 2
  • 23
  • 51
1
2 3
12 13