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
1 answer

PHP dont write accents

My code generates a message that I get them with file_get_contents. However, this message can be, eventually, have accents in some words, like á, ã, ç... The PHP change this accented characters to special characters, like a ç. Ok, this not cause…
MJFM apps
  • 5
  • 3
0
votes
0 answers

How to send WhatsApp messages using WhatsApp Business Platform created by META in Laravel

At first, I need to send messages from my application to users through whatsapp and I found Facebook (META) created WhatsApp Business Platform.I have followed the documentation of the WhatsApp Business Platform then I have reached this page in the…
sHR
  • 1
  • 2
0
votes
1 answer

How to Create a line break in WhatsApp messages [ReactJS Web]

I'm trying to send a message from ReactJs to Whatsapp api But i can't create a content text with line break : ex: Hello Shop, I'm looking for this Shoes. Can you help me ? --Name This is my code that i tried with :
0
votes
0 answers

Why can't my phone scan the QR code generated by Whatsapp API

there are lots of advices on QR codes but I'm unable to find answers to my own problem. So I'm posting this question. I'm trying to use Whatsapp-web.js, a WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app. Below…
Tech77
  • 41
  • 5
0
votes
1 answer

Can i directly send message to recipient using Twilio WhatsApp api without using join [key-word]. Is it because of Twilio Sandbox?

Can I directly send message to recipient using Twilio WhatsApp api without using join [key-word]. Is it because of Twilio Sandbox? If I send request to enable my Twilio number of WhatsApp, issue will get resolved and I can send messages directly?
0
votes
1 answer

How to make whatsapp perform actions on behalf of react-native application?

I am trying to integrate whatsapp in my react-native app. So far the resources that I have found only tell how to send a message or open whatsapp via Linkurl from react-native application. But I want to take a step further and perform action from…
0
votes
1 answer

Open whatsapp statuses automatically with Python - Hide the annoying whatsapp status circle

Hi when a status is posted on whatsapp then a new circle is posted next to status and it stays there until all the statuses are viewed - this circle drives me and a lot of other people mad. Is there way to get rid of it or i was thinking maybe with…
simon
  • 11
  • 4
0
votes
1 answer

sending file via WhatsApp from Windows application C#

I want send a pdf file from c# windows application via WhatsApp. How can I do that? I khow its possible sending text messages by wa link but for attaching file like pdf I can't find anyway.
0
votes
1 answer

Web WhatsApp Web Socket Post Message

I am trying to code an application that can send instant messages on web whatsapp. However, I could not connect to the web socket of whatsapp. How can I connect to this socket with Javascript? Also, I couldn't parse the messages because they are in…
i3 kafa
  • 15
  • 1
  • 5
0
votes
1 answer

React Native - Send message via whats app bussines

React Native: I would like to create a link that prepares to send a message via whatsapp. I am doing it as follows : Linking.openURL(`whatsapp://send?text=${message}&phone=+55${masked}`); My question is how to adapt this code and open…
0
votes
2 answers

WhatsApp Business API error 1006 on every api call

I have deployed a multiconnect setup of the WhatsApp Business API client in Production Kubernetes enviroment, using the documentation for Minikube Developer Setup: Multiconnect on Minikube as referece. But when doing the first login, in order to get…
0
votes
0 answers

integrated whatsapp-web.js with vuejs

I'm new to vuejs .. I don't understand how to link this vue js and whatapp-web.js https://github.com/pedroslopez/whatsapp-web.js install vue init webpack-simple whatsapp-vue cd whatsapp-vue npm i whatsapp-web.js npm install npm run…
Flint
  • 93
  • 2
  • 10
0
votes
0 answers

Server url in Docker Container

I use Whatsapp Business API and started 3 docker images to do it. But I don't know url to make requests. I tried 0.0.0.0:9090, 127.0.0.1:9090, localhost:9090 but nothing works. How can I know right url? Under docker containers I add attach image.…
Exoriri
  • 327
  • 3
  • 21
0
votes
1 answer

MySQL is not working when Docker images started

I try to run local docker environment for WhatsApp api. But when I run docker-compose it writes me that MySQL is not up yet - sleeping. I don't have MySql installed on my PC because I think that docker works smth like VM, so it will download mysql…
Exoriri
  • 327
  • 3
  • 21
0
votes
2 answers

Why i am getting "fd must not be null" validation error on adding sticker pack to WhatsApp?

I am creating an android application for adding custom stickers to WhatsApp. I have followed this example but on adding sticker to WhatsApp an error dialog is displayed with message "There is some problem with this sticker pack and it cant be added…
NS.
  • 98
  • 1
  • 13