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