create_ticket_comment
Add comments to existing support tickets, with the option for private internal notes for DoiT employees.
Instructions
Adds a comment to an existing support ticket. For customers, comments are always public. For DoiT employees, comments can be marked as private (internal notes) by setting the private field to true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | The numeric ID of the support ticket to add a comment to. | |
| body | Yes | The text content of the comment (required, must be non-empty). | |
| private | No | If true, creates a private internal note. Only honored for DoiT employees; ignored for customers. |