Skip to main content
The WhatsApp plugin syncs data locally. Use corsair.whatsapp.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Business Profiles

Path: whatsapp.db.businessProfiles.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Contacts

Path: whatsapp.db.contacts.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Messages

Path: whatsapp.db.messages.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Phone Numbers

Path: whatsapp.db.phoneNumbers.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.