Add ticket comment
zendesk_add_ticket_commentMUTATING: add a comment to a ticket. public defaults to true (a reply visible to the requester); set it false for an internal agent note. Convenience over PUT /tickets/{id}.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric ticket id (required). | |
| body | Yes | Comment text (required). | |
| public | No | Public reply (true, default) or internal note (false). |