add_ticket_comment
Add a comment to a Zendesk ticket, defaulting to an internal note. Set public=true to send a customer-visible reply.
Instructions
WRITE: Add a comment to a ticket (PUT /api/v2/tickets/{id} with a comment object). Defaults to an internal note; set public=true only to send a customer-visible reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| public | No | false = internal note (default, safe); true = reply VISIBLE TO THE CUSTOMER | |
| ticket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||