pipedrive_search_deals
Search deals by title text with fuzzy or exact match, filter by status, organization, or person, and paginate through results.
Instructions
Search for deals by text in title. Supports fuzzy matching by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term | |
| limit | No | Number of results (1-100) | |
| cursor | No | Cursor for pagination (from previous response) | |
| fields | No | Comma-separated fields to search (title, notes, custom_fields). Defaults to all. | |
| org_id | No | Filter by linked organization | |
| status | No | Filter by status (omit to return all non-deleted deals) | |
| person_id | No | Filter by linked person | |
| exact_match | No | Use exact match instead of fuzzy |