add_reply
Send a reply on a support ticket, visible to the requester. Optionally change the ticket status, attach files, and log time spent.
Instructions
Send a reply (correspondence) on a ticket, visible to the requestor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID | |
| Status | No | Optionally change ticket status (e.g. resolved) | |
| Content | No | Reply text (optional if Attachments provided) | |
| TimeTaken | No | Minutes of work time to log | |
| Attachments | No | Files to attach. Provide either FilePath (local file path, server reads and encodes it) or FileContent (pre-encoded MIME Base64). FileName and FileType are optional with FilePath and are inferred from the path. | |
| ContentType | No | Content MIME type (default text/plain) |