pipedrive_search_persons
Search for persons by name, email, or phone number with optional filters for organization, exact match, and pagination.
Instructions
Search for persons by name, email, or phone number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term | |
| fields | No | Comma-separated fields to search (name, email, phone, notes, custom_fields). Defaults to all. | |
| org_id | No | Filter by organization | |
| exact_match | No | Use exact match | |
| limit | No | Number of results (1-100) | |
| cursor | No | Cursor for pagination (from previous response) |