Add note
pipedrive_add_noteAdd a note, linked to at least one of a deal/person/organization/lead. content is required (HTML or plain text). Uses v1 (v2 has no notes endpoint). Pipedrive REST: POST /api/v1/notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Attach to this organization id. | |
| content | Yes | Note body — HTML or plain text (required). | |
| deal_id | No | Attach to this deal id. | |
| lead_id | No | Attach to this lead id (a UUID string). | |
| person_id | No | Attach to this person id. |