Add Public Comment
add_public_commentAdd a public comment to a Zendesk ticket, visible to the requester, with optional file attachments. Notifies the requester via email.
Instructions
Add a public comment (visible to requester) to a ticket, optionally with file attachments (uploaded via the Zendesk Uploads API and carried on the comment). The comment is appended to the ticket thread and emails the requester; use add_private_note instead for an internal, agent-only note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text sent to the requester. Plain text or HTML; visible in the ticket. | |
| ticket_id | Yes | Ticket ID — the numeric id of the ticket to reply on. Obtain it from search_tickets or list_tickets. | |
| attachments | No | Files to attach to this comment (base64-encoded content). |