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