whatsapp-api-nodejs icon indicating copy to clipboard operation
whatsapp-api-nodejs copied to clipboard

RESTful WhatsApp API with Multiple Device Support

Results 103 whatsapp-api-nodejs issues
Sort by recently updated
recently updated
newest added

I'm passing the request as suggested and my QRcode reading is not working ////////////////////////// Javascript ////////////////////////////////// var requestOptions = { method: 'GET', redirect: 'follow' }; fetch("localhost:3333/instance/qrbase64?key=4", requestOptions) .then(response => response.text())...

invalid

I would like to save the messages in mongodb. Could someone help me with this task please?

my file .env : # ================================== # DATABASE CONFIGURATION # ================================== MONGODB_ENABLED=true MONGODB_URL=mongodb://mongodb:27017/whatsapp_api # ================================== # WEBHOOK CONFIGURATION # ================================== WEBHOOK_ENABLED=true WEBHOOK_URL=https://site.com/z/ret.php WEBHOOK_BASE64=true my creation instance: http://mysite.com:3333/instance/init?token=MYTOKEN&key=MYKEY&webhook=true&webhookUrl=http://mysite.com/z/ret.php my file ret.php:...

Hello I believe that the Webhook is sending too many notifications about 500 per minute. _(I was blocked on https://webhook.site/ \o/ )_ I configured by the url parameter, **webhook=true&webhookUrl=** When...

I am getting an internal server error whenever i try to change profile picture, of one or more instances. Anyone who is successfully doing it? can help?

Hi, I'm really enjoying the API. What I didn't find, is the possibility to bring the whatsapp contact list when it raises the instance, is it possible to be implemented?

MediaButton and Button not sent message when i sent message throw this api so, they are show showing message sent but it is not delivered anyone give me any solution...

duplicate

Hi, I see this project support with docker compose, can i provide some little code if i (or someone) using podman?

Sending buttons is only appearing on whatsapp web, no message appears on the smartphone, the same goes for sending audio. If anyone has a solution let me know