Add Private Note
add_private_noteAdd an internal note to a Zendesk ticket that remains hidden from the requester, with support for file attachments.
Instructions
Add an internal note (not visible to requester) to a ticket, optionally with file attachments (uploaded via the Zendesk Uploads API and carried on the note). The note is appended to the ticket thread; use add_public_comment instead when the reply should be visible to the requester.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Note text (internal, agent-only). Plain text or HTML; not shown to the requester. | |
| ticket_id | Yes | Ticket ID — the numeric id of the ticket to annotate. Obtain it from search_tickets or list_tickets. | |
| attachments | No | Files to attach to this note (base64-encoded content). |