bitrix24_list_deals
Retrieve and manage CRM deals from Bitrix24 with customizable filtering, sorting, and pagination options to organize sales pipelines.
Instructions
List deals with optional filtering and ordering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of deals to return | |
| filter | No | Filter criteria (e.g., {"TITLE": "Project"}) | |
| orderBy | No | Field to order by | DATE_CREATE |
| orderDirection | No | Order direction | DESC |