pipedrive_note_comments_create
Add an HTML comment to a note in Pipedrive CRM. Provide the note ID and the HTML content to append a comment.
Instructions
Add a comment to a note. Content is HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | The note ID to comment on | |
| content_html | Yes | Comment content in HTML (sanitized server-side) |