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

This project is a REST API wrapper for the whatsapp-web.js library, providing an easy-to-use interface to interact with the WhatsApp Web platform.

Results 154 whatsapp-api issues
Sort by recently updated
recently updated
newest added

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade axios from 1.6.7 to 1.7.4. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

when I hit endpoint restart, terminate, terminate inactive, terminateall get a response like this. what's the solution? { "success": false, "error": "Cannot read properties of null (reading 'removeAllListeners')" }

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade axios from 1.6.7 to 1.7.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

Hi @chrishubert , Thanks for the good work. I don't know if it is some feature you would like to add, but I personally find it nice to have a...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade whatsapp-web.js from 1.23.1-alpha.5 to 1.25.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) Snyk has created this PR to upgrade whatsapp-web.js from 1.26.0 to 1.27.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

How to get mobile number or chat ID of logged-in person?

Is it possible (and if so, how) to define session-based webhook-url via an api-call? Thank you for this project! ;)

Hi there, I noticed that when sending audio messages via WhatsApp, the API does not return the `base64` field in the webhook, unlike what happens with received audio messages.

When whatsapp loses the registration I am doing following operations in order `${apiUrl}/terminate/${sessionId}`; // terminate current session `${apiUrl}/restart/${sessionId}`; // restart the session `${apiUrl}/qr/${sessionId}` // get QR code However almost 99%...