devlikeapro

Results 52 issues of 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...

enhancement
patron:PRO
engine:ALL

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"...

enhancement
patron:PLUS
patron:PRO
engine:ALL

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...

enhancement
scope:DASHBOARD

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...

enhancement
patron:PRO
engine:ALL

[BUG][WEBJS] - WEJBS fails to restore sessions form MongoDB ``` unexpected end of file` in Zlip.zlipOnError ``` [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

bug
engine:WEBJS
patron:PRO
scope:MongoDB

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...

enhancement
patron:PRO

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...

engine:ALL

[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 ``` [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

enhancement
engine:NOWEB
patron:PRO

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...

enhancement
patron:PRO

Got few questions about the integraiton, may be should consider make it out of the box [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

enhancement
patron:PRO
scope:Integrations