persons_search
Search for persons in Pipedrive by name, email, phone, or notes with fuzzy or exact matching. Filter results by organization or specific fields.
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) | |
| fields | No | Fields to search in: name, email, phone, notes, custom_fields, or all (default: all) | |
| exact_match | No | Use exact match instead of fuzzy search (default: false) | |
| org_id | No | Filter by organization ID | |
| include_fields | No | Comma-separated list of additional fields to include | |
| start | No | Pagination start (default: 0) | |
| limit | No | Number of results to return, max 500 (default: 100) |