NOWEB - get all contacts
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
The right place to put those - GET /api/contacts and GET /api/contacts/all
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