devlikeapro
devlikeapro
[Feature Request] - search public Channels [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
[Feature Request][WEBJS] - Create Channel [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
Right now NOWEB engine allow to fetch (using `GET /api/{session}/chats/{ChannelId}/messages` only messages AFTER you scanned QR. We need to make it work with **history** messages as well (there's a way...
[Feature Request][WEBJS] - Send contact cards from https://github.com/devlikeapro/waha/issues/429 [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
Right now not all features are supported by all engines and there's a page about that https://waha.devlike.pro/docs/how-to/engines/#features It can get outdated fast, and ideally, we should show DEPRECATED and add...
[NOWEB] - Set WHATSAPP_DEFAULT_ENGINE=NOWEB by default in noweb docker image ``` devlikeapro/waha-plus:noweb ``` [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
The request from Discord https://discord.com/channels/1228605717372604466/1228639621391585354/1256952165516185690 ---- I'm using NOWEB... and I want my users to receive notifications on their devices... so I call /api/{session}/presence with { "presence": "offline" } as...
[Feature Request][NOWEB] - Support Send List (I've seen people did it) If possible in WEBJS too [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
Check session.name length for MongoDB (or any?) storage, because there's a limit in mongodb database name [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
There's only ONE aka "admin" key right now We need to add per-session key, so you can have a single API key and multiple sessions and give the full access...