whatsapi Questions

2

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+%...
Escolar asked 5/4, 2021 at 14:27

0

As there is no documentations about using API to send messages to Whatsapp channel, i tried this library "whatsapp-web.js" (which uses Puppeteer to run a real instance of Whatsapp Web) bu...
Pastiche asked 2/9, 2023 at 18:24

2

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 Wh...
Ruyle asked 29/11, 2018 at 10:12

1

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...
Spitzer asked 2/8, 2020 at 15:13

5

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 grou...
Fortify asked 5/5, 2018 at 13:7

1

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.whatsa...
Announcer asked 12/4, 2020 at 18:39

2

Solved

I find a lot of questions on StackOverflow showing how to open whatsapp in a given contact, but what I need is to launch it main screen (contact list). I am on a fragment and I have tried the follo...

8

Is it possible to create link to chat for whatsapp on desktop and specify number which doesn't exist in contact list? <a href="whatsapp://send?phone=phoneNumber=">whatsapp</a> This...
Gradient asked 3/10, 2017 at 18:0

3

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 th...
Seibert asked 19/1, 2018 at 4:4

1

Solved

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 ...
Pooh asked 9/11, 2017 at 7:15

2

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="Descr...
Modie asked 12/6, 2017 at 14:27

2

Solved

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...
Profligate asked 3/10, 2015 at 11:27

1

I use this code #!/usr/bin/php <?php require_once('whatsapp_whatsapi_config.php'); $destinationPhone = 'xxxx'; $w = new WhatsProt($userPhone,0, $userName, $debug); $w->Connect(); $w->L...
Froghopper asked 8/9, 2015 at 17:53
1

© 2022 - 2025 — McMap. All rights reserved.