devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
878 stars 273 forks source link

[NOWEB] - message.ack not received #165

Closed ehussain closed 1 year ago

ehussain commented 1 year ago

Hello,

I have created a session with following config.

[
  {
    "name": "XXXXX",
    "status": "WORKING",
    "config": {
      "proxy": null,
      "webhooks": [
        {
          "url": "xxxxxxxxxxxxxxxxxxxxxxx",
          "events": [
            "message",
            "message.any",
            "message.ack",
            "presence.update"
          ],
          "hmac": null,
          "retries": null,
          "customHeaders": null
        }
      ]
    }
  }
]

However we are not receiving any of the message.ack events for outgoing messages.

allburov commented 1 year ago

Hi! You should get a error message in docker logs, like this

Engine does not support webhook event: message.ack

I'll look at this, should be possible to add!

allburov commented 1 year ago

Hi! message.ack event is available in 2023.8.19 (Plus version). We'll release it in Core and ARM versions in September, let me know if you want to have it early in ARM, I'll release it too!