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 85 whatsapp-api issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the docker version of your amazing work. It's been a while since i used it and now, after the first run everything works but when I restart...

In order to be more consistent with [whatsapp-web.js](https://docs.wwebjs.dev/Client.html#createGroup), I changed the body content and tried to add a documentation in the swagger json.

- When disconnecting from the cell phone, the API stops running. - After I connected and restarted the API, sending messages doesn't work. - I would like to be able...

Hello, while trying to send a media using client/sendMessage/ with the body: ``` { "chatId": "[email protected]", "contentType": "MessageMediaFromURL", "content": "https://samples-files.com/samples/Audio/mp3/sample-file-4.mp3" } ``` I'm getting the following error: ``` { "success":...

I am developing frontend in Next Js for this All API endpoints. and I ma getting CORS Error. please allow CORS for all client Origins.

HI, Can I export all existing chats? I tried the "/client/getChats/{sessionId}" feature only today?

When disconnecting the session from mobile phone, the app dies with the following message: ``` /usr/src/app/node_modules/puppeteer/lib/cjs/puppeteer/common/Connection.js:230 error: new Errors_js_1.ProtocolError(), ^ ProtocolError: Protocol error (Network.getResponseBody): Target closed. at /usr/src/app/node_modules/puppeteer/lib/cjs/puppeteer/common/Connection.js:230:24 at new...

Do we need to do additional steps since I don't see the session being persistent. Can you please let me know how to make the session persistent after restart

I was looking for a similar project for a long time and was using WAHA (https://waha.devlike.pro/docs/how-to/security/) but they are asking for $19 a month for simple features like API endpoint...

Hello there! I'm glad for the existence of this lib, it saved my life! My point today is: each session created up some Chromium browsers and it consumes a lot...