search_persons
Search persons in Pipedrive by term across names, emails, phones, and notes. Returns matching contacts to quickly locate any person.
Instructions
Full-text search persons/contacts by term.
Searches across person names, emails, phone numbers, and notes.
Args: term: Search term limit: Maximum results (default: 100)
Returns: JSON array of matching persons
Examples: - search_persons(term="john") - Search for persons named John - search_persons(term="@acme.com") - Search by email domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |