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

Customers

Path: agencyzoom.db.customers.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.

Leads

Path: agencyzoom.db.leads.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.

Tasks

Path: agencyzoom.db.tasks.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.