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
0
votes
0 answers

Sending Group Text Messages in Our Enterprise from Whatsapp Business Account

I'm sending messages as individual/group, but the are identified by Whatapp Business Account Entrprise as but how are identified enterprise as group/individual, and I'm trying to figure out why. This is the facebook for developers pages documenting…
0
votes
3 answers

Automatic message send on WhatsApp with Android java?

I want to make an application where if I click some button, it will send a message on whatsapp. I have already enter message and cellphone numbers with : String nomor = hp.getText().toString(); String message = "Hallo"; startActivity(new…
0
votes
3 answers

ERROR: manifest for docker.whatsapp.biz/coreapp:vv2.2.3 not found: manifest unknown: The named manifest is not known to the registry

I am trying to integrate whatsup API gettin following error. Pulling wacore (docker.whatsapp.biz/coreapp:vv2.2.3)... ERROR: manifest for docker.whatsapp.biz/coreapp:vv2.2.3 not found: manifest unknown: The named manifest is not known to the…
0
votes
1 answer

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

https://web.whatsapp.com/send?phone=&text= is redirecting to web but not opening the right mobilenumber with text message. Anything changed ?
Kenny
  • 819
  • 1
  • 9
  • 24
0
votes
1 answer

Send message through parallel whatsapp to unsaved number

I'm trying to send message through Whatsapp to unsaved number, I have two whatsapps and I'm getting the chooser but not able to add number to it, it shows my recent contact list. I've tried Uri, PackageManager, and lots of things but no output num =…
0
votes
1 answer

Whatspp button is not working on browsers?

I'm using a whatsapp button on my website, but when I click on it, the message to send appears, and when I click on it, the html appears. I've seen in some forums that it's a bug in the whatsapp API, is someone else going through it?
Mike Otharan
  • 861
  • 1
  • 14
  • 31
0
votes
0 answers

What is a v1 in whatsapp business api's?

What is a v1 in whatsapp business api. for instance, {{URL}}/v1/groups. And the URL, should it be "chat.whatsapp.com"? I am trying to play with Whatsapp business api like sending messages through api to different whatsapp id's. As a newbie, I want…
Farrukh Ahmed Khan
  • 301
  • 1
  • 3
  • 19
0
votes
1 answer

Send Whatsapp message using a link

I came across a newsletter in which they have a WhatsApp link and when i click on it i am able send predefined message to predefined number. SEND INQUIRY VIA WHATSAPP button is linked to below for…
Learning
  • 19,469
  • 39
  • 180
  • 373
0
votes
2 answers

How to ensure that user has actually share my website link on whatsapp?

I am having a little problem.Well,I know how to let user share my website link on whatsapp.but can't able to figure out how to ensure that he/she actually shares it on whatsapp.
Yash
  • 91
  • 2
  • 13
0
votes
1 answer

i am trying to get whatsapp profile photos

I am trying to get WhatsApp profile photos and i am getting photoUri for all my contacts that have WhatsApp. but when am trying to present the photoUri i am getting the following exception: W/ImageView: Unable to open content:…
Zion Cohen
  • 182
  • 6
  • 19
0
votes
1 answer

How open group in WhatsApp from my android app

I use this code for joining to group in WhatsApp, but if I am already in a group, then after opening I receive a toast that I am already in a group. How just open group how to open a group without toast? Intent intentWhatsAppGroup = new…
Pavlo Kravchenko
  • 345
  • 5
  • 20
0
votes
0 answers

whatsapp based wizard cannot update correct fields

I have a wizard that collects information using whatsapp api which in beta according to the twilio docs. I can get it to send and receive information from users. I now want to use it to fill up appropriate fields in a mysql table called travel but i…
Gandalf
  • 1
  • 29
  • 94
  • 165
0
votes
1 answer

Share image to WhatsApp directly using url scheme

I want to integrate WhatsApp sharing in my app but I don't want to use UIDocumentInteractionController. Is there any way to share image using url scheme ? like we share text using url scheme using following code below var whatsappURL:NSURL?=…
0
votes
0 answers

How to use whats app developer api to send message to customer

I have seen when I booked tickets in redbus or bookmyshow app. I will get a message in whats app also,I am developing an application when the user is done with booking tickets I need to send the tickets to their whats app number. I have checked and…
Sachin GA
  • 41
  • 5
0
votes
2 answers

Sending a whatsapp message using click to chat

Is it possible to send a WhatsApp message using the click to chat technique without clicking on sent the "send" button? Here is the link https://wa.me/phonenumber?text=testing or https://api.whatsapp.com/send?phone=phonenumber&text=testing or…