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

Agents

Path: convoloai.db.agents.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.

Calls

Path: convoloai.db.calls.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: convoloai.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.

Widgets

Path: convoloai.db.widgets.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.