Tickets & Disposition
Disposition is how a resolved conversation gets classified — the structured record of what the ticket was about and how it ended. That record drives your reporting, routing, and any downstream sync to another system. The Copilot configures the form agents fill, what runs when a ticket closes, and how flows pre-fill the form automatically.
Why disposition matters
Every closed ticket carries a set of field values — category, reason, outcome, and any custom fields you define. Getting this right means your Insights reflect reality, tickets route to the right place, and closures can trigger the correct follow-up action. The Copilot helps you shape the form, keep it consistent, and reduce how much agents have to fill in by hand.
Global disposition form
The shared set of disposition fields every ticket uses — the schema, how fields autofill from the conversation, and the on-closure actions that run when a ticket is resolved.
"Add a refund reason dropdown to the disposition form." "Make the root cause field autofill from the conversation." "Run an execute action to sync the ticket to Freshdesk on closure." "Add a required resolution type field with options resolved, escalated, and duplicate."
Autofill lets the AI populate a field from what happened in the conversation, so agents confirm rather than type. On-closure actions let a resolved ticket trigger real work — syncing to a CRM, firing a webhook, creating a downstream record.
Flow disposition presets
The field values that get set automatically when a specific flow runs. Presets are how you keep classification consistent without relying on agents to remember — when the cancellation flow handles a ticket, its category is already correct.
"When the cancellation flow runs, preset the category to Order → Cancel." "For the warranty flow, preset the issue type to Warranty claim and mark it for the returns team."
Presets fit into a flow's completion behavior, so they apply as the flow resolves the ticket. If you're building the flow itself, you can ask for its presets in the same request.
Getting it right
- Define the field before you preset it. A preset sets a value on an existing disposition field, so add the field to the global form first (or ask for both together).
- Say whether a field is required and whether it autofills — that changes how much agents have to do at closure.
- Name the exact flow a preset should apply to, and the exact option value it should set.
Related
- Ticket Fields & Disposition — the disposition form the Copilot configures.
- Flows — where per-flow presets fit into a flow's completion behavior.
- Insights — the reporting that disposition data feeds.
- Copilot overview