reply_ticket
Post a reply to an existing support ticket. Provide the ticket ID and reply body; optionally attach up to 5 files as base64-encoded data.
Instructions
Post a reply to an existing support ticket. Requires scope tickets:write. Plain write — not gated. id comes from list_tickets; body is the reply text (1-50000). attachments is an optional list (max 5) of {name, data} where data is base64-encoded file content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket id from list_tickets. | |
| body | Yes | The reply body. | |
| attachments | No | Optional file uploads (max 5). Each item is {name, data} where data is base64-encoded content. |