Add a comment to a ticket
zendesk_add_commentPost a comment to a Zendesk ticket as a public reply or private internal note. Provide ticket ID and text.
Instructions
Add a comment to a ticket. By default the comment is PUBLIC (visible to the requester); set isPublic=false for an internal note. This modifies the ticket — confirm the wording with the user before sending. Returns the updated ticket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | Numeric ticket id. | |
| body | Yes | The comment text (plain text). | |
| isPublic | No | true = public reply (default), false = internal note. |