pipedrive_search_leads
Search leads in Pipedrive by title or contact, with filters for person, organization, exact match, and pagination.
Instructions
Search for leads in Pipedrive by title or associated contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term (required) | |
| fields | No | Comma-separated fields to search (title, notes, custom_fields). Defaults to all. | |
| person_id | No | Filter by linked person ID | |
| organization_id | No | Filter by linked organization ID | |
| include_fields | No | Optional extra field: only 'lead.was_seen' | |
| exact_match | No | Use exact match instead of fuzzy search | |
| limit | No | Number of results (1-500, default 50) | |
| cursor | No | Cursor for pagination |