create_ticket_comment
Add a comment to a support ticket. Employees can create private internal notes by setting the private flag.
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 |
|---|---|---|---|
| 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. | |
| ticketId | Yes | The numeric ID of the support ticket to add a comment to. |