pipedrive_search_persons
Search Pipedrive persons by name, email, or phone, applying filters for organization, fields, and exact match. Supports pagination.
Instructions
Search for persons by name, email, or phone number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term | |
| limit | No | Number of results (1-100) | |
| cursor | No | Cursor for pagination (from previous response) | |
| 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 |