waha icon indicating copy to clipboard operation
waha copied to clipboard

NOWEB - get all contacts

Open sg957 opened this issue 2 years ago • 1 comments

Baileys' noweb engine supports the option of receiving all contacts registered to WhatsApp Documentation of this can be found here https://github.com/WhiskeySockets/Baileys/issues/296 I need this option I would appreciate it if you could add it to your engine

sg957 avatar Aug 13 '23 20:08 sg957

The right place to put those - GET /api/contacts and GET /api/contacts/all

allburov avatar Sep 05 '23 13:09 allburov

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.

  • Build: 2024.6.3
  • Engine: NOWEB

patron:PRO

devlikepro avatar Jun 14 '24 07:06 devlikepro