whatsapp-http-api
whatsapp-http-api copied to clipboard
WhatsApp HTTP API (REST API) that you can configure in a click!
**Describe the bug** /api/contacts/about?contactId=4915510099729%40c.us&session=default return error 500 {"statusCode":500,"timestamp":"2024-04-14T19:59:48.442Z","exception":{"stack":"Error: Evaluation failed: Error\n at new Error (:5:31)\n at new y (https://web.whatsapp.com/app.a325b87cf6fdeb29465c.js:257:433655)\n at https://web.whatsapp.com/app.a325b87cf6fdeb29465c.js:257:434425\n at Generator.next ()\n at t (https://web.whatsapp.com/vendor1~app.264a01b6133c4a120327.js:2:66487)\n at s (https://web.whatsapp.com/vendor1~app.264a01b6133c4a120327.js:2:66698)\n...
Not a problem, just out of curiosity. I need to implement a hybrid api, for official and non-official integration.
Engine: NOWEB Version: ``` { "version": "2023.8.29", "tier": "PLUS", "browser": "/usr/bin/chromium" } ``` 1. Start the container 2. Start the session and you should see the qr code in the...
### Discussed in https://github.com/devlikeapro/whatsapp-http-api/discussions/147 Originally posted by **JoshuaMwamlanda** July 20, 2023 When I end a session, why doesn't WAHA automatically disconnect my device from WhatsApp? It only shows I'm inactive...
When calling endpoint /api/{session}/chats its failed each time when you have a lot of chats. timeout is few minutes and failed also in the swagger environment as well { "version":...
Hello, In the core version, we tried to fetch the /api/messages endpoint for a specific chatId but we are only getting less than 30 messages even though we added limit=100....
``` curl --location 'https://xxxxxxxx/api/3c28a166-67bd-46df-9309-211eea3b51ae/groups/[email protected]/participants/add' \ --header 'X-Api-Key: xxxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "participants": [ { "id": "[email protected]" } ] } ``` I get this response ``` {...
Hi, Whatsapp released a new feature called "Channels". Can you add a support to send messages and media to channels? Thank you!
**Describe the bug** We tried to send a reply to previous message and it did not work, we had to send it as non reply normal message. This issue happens...