create_ticket_comment
Add a comment to a support ticket, with the ability to mark it as a private internal note 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. |