Ticket Write Tool
ticket-writeCreate or update support tickets. Creation can send an initial client-facing message. Updates can replace assignments, tags and metadata. Sent messages cannot be recalled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Ticket note. Empty HTML-only values are stored as an empty string. Max 255 characters. | |
| tags | No | Tag names or IDs. Replaces current tags when provided. | |
| order | No | Order number to associate with the ticket. Pass a number to associate; omit to leave unchanged. Dissociation is not supported via this field. | |
| action | Yes | Action to perform. | |
| status | No | Ticket status ID. Use numeric IDs, not status names. | |
| message | No | Optional first client-facing message to post on the new ticket in the same "create" call. Requires the workspace to be on a paid plan with a configured custom domain; omit it to create the ticket without messaging the client. | |
| subject | No | Ticket subject. Max 65535 characters. | |
| user_id | No | Client user ID the ticket belongs to. Required for "create". | |
| metadata | No | Metadata key/value map. Empty values delete that metadata key. | |
| employees | No | Employee/staff user IDs to assign. Replaces current assignments when provided. | |
| ticket_number | No | Ticket number. Required when updating an existing record. |