pipedrive_create_note
Add a new note to any Pipedrive record. Supports HTML content and linking to deals, persons, organizations, or leads with optional pinning.
Instructions
Create a new note in Pipedrive. Content is required. Link to a deal, person, organization, or lead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Note content (required, HTML supported) | |
| deal_id | No | Link to deal ID | |
| person_id | No | Link to person ID | |
| org_id | No | Link to organization ID | |
| lead_id | No | Link to lead ID (UUID format) | |
| pinned_to_deal_flag | No | Pin note to deal | |
| pinned_to_person_flag | No | Pin note to person | |
| pinned_to_organization_flag | No | Pin note to organization |