persons_search
Search for persons in Pipedrive CRM by name, email, phone, or notes with fuzzy or exact matching and organization filtering.
Instructions
Search for persons by name, email, phone, or notes.
The search uses Pipedrive's intelligent search that:
Searches across multiple fields (name, email, phone, notes, custom fields)
Supports fuzzy matching by default
Returns ranked results
Search options:
term: Search term (minimum 2 characters)
fields: Specific fields to search in (default: all fields)
exact_match: Use exact matching instead of fuzzy search
org_id: Filter results by organization
include_fields: Additional fields to include in response
The search is case-insensitive and supports partial matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term (minimum 2 characters) | |
| limit | No | Number of results to return, max 500 (default: 100) | |
| start | No | Pagination start (default: 0) | |
| fields | No | Fields to search in: name, email, phone, notes, custom_fields, or all (default: all) | |
| org_id | No | Filter by organization ID | |
| exact_match | No | Use exact match instead of fuzzy search (default: false) | |
| include_fields | No | Comma-separated list of additional fields to include |