pipedrive_list_notes
Fetch notes from Pipedrive CRM filtered by deal, person, organization, or lead, with adjustable sorting and pagination.
Instructions
List notes from Pipedrive with optional filtering by deal, person, organization, or lead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Field to sort by | |
| limit | No | Number of items (1-500) | |
| start | No | Pagination offset (0-based) | |
| org_id | No | Filter by organization ID | |
| deal_id | No | Filter by deal ID | |
| lead_id | No | Filter by lead ID (UUID format) | |
| person_id | No | Filter by person ID | |
| sort_direction | No | Sort direction | |
| pinned_to_deal_flag | No | Filter by pinned to deal | |
| pinned_to_person_flag | No | Filter by pinned to person | |
| pinned_to_organization_flag | No | Filter by pinned to organization |