Skip to content

Automation rules

Automation rules do the repetitive triage for you. Each rule is a sentence:

When [trigger], if [conditions], then [actions].

TriggerFires
Ticket createdOnce, when a ticket arrives from any channel
Ticket updatedWhen a ticket’s fields change

All conditions of a rule must match (logical AND):

FieldExample
CategoryCategory is Network
PriorityPriority is Urgent
TypeType is Incident
VIP requesterRequester is marked VIP
ActionDoes
Assign to userSets the assignee
Assign to groupRoutes to a team
Set priorityOverrides the priority
Notify usersSends a notification to chosen people
  1. Open Automation rules and create a rule.
  2. Trigger: Ticket created.
  3. Conditions: type is Incident, VIP requester is true.
  4. Actions: Set priority → High, Assign to group → Senior support, Notify → the support manager.
  5. Save and enable.

Result: the next incident from a VIP requester is already high-priority, in the right queue, with the manager aware — before any human looked at it.

Automation rules act on tickets that exist — they do not create tickets. Outage-driven ticket creation is Proactive support’s job; email-driven creation belongs to email channels.