listDeals
Retrieve and filter deals from Follow Up Boss CRM with options for pagination, sorting, and field selection to manage sales pipeline data.
Instructions
List deals with filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| offset | No | Offset for pagination | |
| next | No | Cursor for next page of results | |
| sort | No | Sort order | |
| fields | No | Comma-separated list of fields to return | |
| id | No | Comma-separated deal IDs | |
| pipelineId | No | Filter by pipeline | |
| stage | No | Filter by stage | |
| assignedUserId | No | Filter by assigned user | |
| assignedTo | No | Filter by assigned name |