Add note to ticket
freshdesk_add_noteAdd a note to a ticket. Notes are internal (private) by default; set private: false for a public note. Freshdesk REST: POST /tickets/{id}/notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ticket id to add a note to. | |
| body | Yes | The note content, HTML (required). | |
| private | No | Whether the note is internal/private (default true). Set false for a public note. | |
| notify_emails | No | Agent emails to notify about this note. |