devlikeapro
devlikeapro
Hi @devlikepro / @allburov If the {session} is not available, we should return a 404 error, similar to how it's handled in sessions/{session}/me. ``` data: { statusCode: 404, message: "We...
Right now it's possible to start not valid sessions, like using `webhooks` key=value instead of list ```json { "name": "session_12", "config": { "webhooks": { "url": "https://dev-api.wconnect.app/webhooks/receive", "events": [ "message.any", "session.status"...
It's possible to start a new session with a webhook AND provide custom headers for that webhook via `webhooks[].customerHeaders` property No way to set it in Dashboard tho, need to...
We need to have an endpoint using which we can ask system to "reconcile" all "missed" messages during that period and send it via webhook. It'll contain both new and...
[BUG][WEBJS] - WEJBS fails to restore sessions form MongoDB ``` unexpected end of file` in Zlip.zlipOnError ``` [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
We need to check broadcast list in WEBJS and NOWEB ---- Hello, We recently acquired an important client who requires sending 14,000 messages. Currently, we have set up a sending...
Right now we support MongoDB as a remote storage for auth and data about the session (messages, chats, etc) and sqlite as a local storage. Because of the nature of...
[Feature Request][NOWEB] - Implement chat.archive event and /archive /unarchive endpoints Right now there's a error when do both operations ``` tried remove, but no previous op ``` [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)
For integration purpose with application it can be useful to give a way to add additional "application related" data in session. After that, we'll send 1. `metadata` back to the...
Got few questions about the integraiton, may be should consider make it out of the box [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)