listSmartLists
Retrieve all smart lists from Follow Up Boss, including classic and modern UI lists. Use parameters to filter by type and pagination.
Instructions
List all smart lists. By default only classic FUB smart lists are returned. Pass all: true to also include smart lists created in the current FUB UI (otherwise modern smart lists are invisible).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Return all smart lists from both FUB Classic and current FUB. Use this to see all user-created smart lists. | |
| fub2 | No | Return smart lists created in FUB's current UI. By default only classic smart lists are returned. | |
| next | No | Cursor for next page of results | |
| limit | No | Maximum number of results to return | |
| offset | No | Offset for pagination |