create_ticket
Submit a support ticket by providing subject, department, priority, and message. Optionally include up to 5 file attachments encoded in base64.
Instructions
Open a support ticket. Requires scope tickets:write. Plain write — not gated. subject (1-150); department is a department id from list_ticket_departments (1-64); priority is one of low | medium | high; body is the message (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 |
|---|---|---|---|
| body | Yes | The message body. | |
| subject | Yes | Ticket subject. | |
| priority | Yes | low | medium | high. | |
| department | Yes | Department id from list_ticket_departments. | |
| attachments | No | Optional file uploads (max 5). Each item is {name, data} where data is base64-encoded content. |