notes_add_comment
Add comments to Pipedrive notes to enable threaded discussions, track feedback, and provide updates on deals and activities.
Instructions
Add a new comment to a note.
Creates a comment on an existing note, allowing for threaded discussions.
Workflow tips:
content is required
Comments are added by the authenticated user
Use this to create conversations around notes
Comments help track discussions and decisions
Common use cases:
Add feedback: { "id": 123, "content": "Agreed, let's proceed with this approach" }
Ask questions: { "id": 456, "content": "Can we clarify the timeline?" }
Provide updates: { "id": 789, "content": "Completed this action item" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the note to add comment to (required) | |
| content | Yes | Content of the comment (required) |