get_notes
Retrieve notes from Pipedrive CRM with filtering options for users, deals, persons, organizations, and pinned status to organize customer relationship data.
Instructions
Get a list of notes from Pipedrive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Pagination start (default: 0) | |
| limit | No | Number of items to return (default: 100, max: 500) | |
| user_id | No | Filter by user ID | |
| deal_id | No | Filter by deal ID | |
| person_id | No | Filter by person ID | |
| org_id | No | Filter by organization ID | |
| pinned_to_deal_flag | No | Filter by pinned to deal flag | |
| pinned_to_person_flag | No | Filter by pinned to person flag | |
| pinned_to_organization_flag | No | Filter by pinned to organization flag |