Add an internal note (the customer never sees it)
freshdesk_add_private_noteAdd a private note to a ticket for internal review. The customer never sees it and no email is sent, making it ideal for drafting replies that need human approval before sending.
Instructions
Add a private note to a ticket. THE CUSTOMER NEVER SEES THIS and no email is sent.
This is where a draft reply belongs. Freshdesk has no draft concept in its API, but a private note is exactly that: the text sits on the ticket for a human to read, edit and send themselves. Prefer this over freshdesk_reply_to_customer whenever a person should approve the wording first.
Accepts markdown or plain text and converts it to the HTML Freshdesk expects, so line breaks survive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown or plain text. | |
| ticket_id | Yes | ||
| notify_emails | No | Agent emails to notify. Freshdesk rejects non-agent addresses here. |