pipedrive_list_persons
List Pipedrive contacts with optional filters by owner, organization, or name letter. Supports pagination, sorting, and includes custom fields for targeted data retrieval.
Instructions
List persons (contacts) from Pipedrive with optional filtering by owner, organization, or first letter of name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated person IDs to fetch (max 100) | |
| limit | No | Number of items (1-100) | |
| cursor | No | Cursor for pagination | |
| org_id | No | Filter by organization ID | |
| sort_by | No | Field to sort by | |
| owner_id | No | Filter by owner user ID | |
| filter_id | No | Filter by saved filter ID | |
| custom_fields | No | Include custom fields in response (comma-separated field keys or 'all') | |
| updated_since | No | Filter persons updated after this time (RFC3339 format) | |
| updated_until | No | Filter persons updated before this time (RFC3339 format) | |
| include_fields | No | Comma-separated extra fields (v2 enum, e.g. next_activity_id, open_deals_count, won_deals_count, notes_count, followers_count) | |
| sort_direction | No | Sort direction |