Prerequisites
- Your ticketing system is connected as a data source. See Connecting Data Sources for setup.
- IrisAgent has ingested enough tickets and knowledge base content for its AI to tag tickets and generate answers.
- Access to the IrisAgent dashboard. Enabling deflection across all tickets is admin-only.
What you can automate
Reply to the customer
Auto-respond to customer sends IrisAgent’s AI answer, generated from your knowledge base and past tickets, straight to the customer without waiting for an agent. This is the same answer your agents see in the Suggested Resolution widget. You can enable this on every ticket with a single toggle, or scope it to specific tickets with conditions. Both approaches are covered step by step on the Ticket Deflection page.Route and assign
- Assign agent routes the ticket to a specific agent.
- Assign team routes the ticket to a team, for example sending everything IrisAgent tags as
billingto your Finance queue.
Triage
- Change case status updates the ticket status.
- Apply macro applies one of your existing ticketing system macros.
Tag and enrich
- Write tags to case applies IrisAgent’s AI-generated tags so your views and reports stay consistent without agent effort.
- Write custom tags to case applies tags you define yourself.
- Write custom field to case writes a value into a custom field on the ticket.
Help your agents
- Write private note posts an internal comment visible only to your team. This is a good first step when rolling out AI answers, since the agent reviews the answer and sends it in one click rather than the AI replying to the customer directly.
IrisAgent can also surface AI insights as a private note on every ticket without building a trigger. See Workflows for that toggle.
Conditions
API conditions appear once you have Custom APIs configured, listed as
API: <your_api_name>. They let a trigger branch on real-time data, such as whether the customer has an active subscription or which segment they belong to, rather than only on what is already written on the ticket.
Create a trigger
- Go to Automation -> Rules & Triggers on the IrisAgent dashboard and click Create New Trigger.
- Click Add conditions and add the conditions you want from the Conditions panel on the right.
- Add one or more actions from the Actions panel.
- Name the trigger using the pencil icon.
- Click Add New Trigger to save. It starts running on new incoming tickets immediately.
Common use cases
- Known-issue auto-response: when a ticket matches a known issue, send the AI answer directly, or post it as a private note for the agent to review first.
- Routing by AI topic: send everything the AI classifies as
billingto Finance, or anything mentioning “cancel my subscription” to a retention specialist. - Auto-tagging: apply tags like
refundoroutageas the AI classifies incoming tickets, so reporting stays consistent. - VIP handling: use an API condition to check the customer’s segment, then route enterprise tickets to a dedicated team and tag them.
- Entitlement checks: use an API condition on subscription status to decide whether to auto-respond or route to sales.
Related pages
- Ticket Deflection walks through enabling auto-response on all tickets or on specific tickets.
- Workflows covers the drag-and-drop trigger builder, plain-English procedures for chat and voice, and the AI insights private note toggle.
- Custom APIs covers configuring the APIs that power API conditions.
- Outlook covers what changes when your tickets are emails.