devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
813 stars 248 forks source link

Get contact info for NOWEB #322

Closed Khosravangroup closed 2 weeks ago

Khosravangroup commented 1 month ago

Hello

please add this features to NOWEB ENGINE 👇🏽 IMG_6764

Khosravangroup commented 1 month ago

@allburov please check this issue

thanks

devlikepro commented 2 weeks ago

Start a brand new session - meaning call POST /api/sessions/logout before and POST /api/sessions/start with payload

{
  "name": "default",
  "config": {
    "noweb": {
      "enabled": {
        "store": true,
        "fullSync": false
      }
    }
  }
}

After that you'll have access those endpoints on NOWEB engine


https://waha.devlike.pro/docs/overview/changelog/#20246

You asked it, we did it - contacts, chats, and messages endpoints are now available in NOWEB engine! Please make sure to Enable NOWEB Store before using these endpoints.

patron:PRO

devlikepro commented 2 weeks ago

For /about and block/unblock let's create new issues, because it's rare cases in the day to day usage, we'll implement it a bit later

patron:PRO