Manage automation rules

8 min read
updated: Nov 19, 2024
HelpDesk
158 29

What are rules?Link icon

A rule is a set of conditions that, when met, trigger one or more actions in your HelpDesk license. HelpDesk rules are designed to help you with everyday, repetitive tasks and speed up your work. They’re easy to use and intuitive — no matter how technologically advanced you are. 

Rules provided by HelpDesk can lower the time spent on managing tickets. They allow you to respond faster and more precisely to customer requests. Also, automation rules reduce errors caused by the human element and allow you to focus on challenging topics where the support of a real agent is needed.

Think about the tasks you’d like to automate as part of your ticketing work to get a job done. Write down the steps you need to take and proceed to rule planning.

When are rules triggered?Link icon

Rules are triggered whenever there’s a change to a ticket, including ticket creation. After each change, the conditions of the rule are analyzed again, and when those conditions are met, actions are executed.

Rules dashboard Link icon

To find the rules, go to the “Automations” section and choose the “Rules” category. 

In the rules dashboard, you can find a list of your turned-on and turned-off rules. Here you can add, turn on, turn off, and manage rules, meaning edit, duplicate, or delete them.

Rules dashboard in HelpDesk.

Single rule viewLink icon

Single rule view in HelpDesk.

The single rule view consists of:

  • Name
  • Description
  • Activity status
  • Assigned teams
  • The number of rules executions

Turn on/turn off rulesLink icon

To turn on or turn off a rule, use the “Switch” button on the right side of the rule.

Edit ruleLink icon

You can edit the rule and all of its parts at any time. Use the menu and select the “Edit” button to change the rule’s configuration.

Editing the automation rule in HelpDesk.

You don’t have to disable a rule to edit it. You can freely edit and change any part of an active rule. Remember to save all changes.

After editing and saving changes in the rule, it’ll remain in the same place on the list. 

Duplicate ruleLink icon

Use the menu and select the “Duplicate” button to duplicate the rule with its configuration.

Duplicating the rule in HelpDesk.

The duplicate rule will be at the bottom of the list.

Delete ruleLink icon

To delete the rule, use the menu and select the “Delete” button.

Deleting the rule in HelpDesk.

Before making your request, you’ll see a message asking if you really want to delete it. After that, you’ll get confirmation that the rule has been deleted along with the whole configuration.

Adding rulesLink icon

Before you start adding your new rule, pay attention to the order in which you create rules, as they’re ordered by creation sequence, so the rule created first will be executed first.

You can choose one of two available options:

  • Create a new custom rule.
  • Use rule templates grouped into many useful categories, such as auto-messaging, prioritizing and VIP, assignment, following, labeling, or status change

Two types of ways to create rules in HelpDesk: custom rule and template rule.

Custom ruleLink icon

You can create a unique rule to suit your needs. To automate your processes, select the conditions that must be met to run the actions as well as the actions themselves. 

First, think about whether all or any of the conditions have to be met.

 “All” and “Any” condition differentiators in HelpDesk rules.

Specify the conditionLink icon

Next, choose the condition from the list. Configure it according to your preferences, and fill in the available fields.

Adding conditions in HelpDesk rules.

Available conditions

There are many conditions you can choose from, divided into categories for better rule configuration:

Ticket:

  • Ticket created
  • Ticket changed
  • Source
  • Status
  • Status changed
  • Priority
  • Priority changed
  • Rating
  • Subject
  • New message from requester
  • New private note
  • Any agent message
  • New message to requester
  • Tag
  • Language
  • Performed events number
  • Forwarding address

Assignment:

  • Team
  • Team changed
  • User
  • User changed
  • Follower

Requester:

  • Requester email

Spam:

  • Ticket is spam
  • Ticket is not spam

Time:

  • Time since

If necessary, you can add another condition and adjust it right away. Select the “Add condition” button to do so.

All phrase-based conditions now have a reverse selection option. Look at the graphic below, where the new message contains OR does not contain the phrase/string of characters you specified.

A condition in rules related to containing or not containing the phrase or string of characters.

See examples of how rules work with a phrase and a string of characters as conditions:

1) When you select the phrase (case-sensitive):

If HelpDesk ticketing system is found in the ticket, it’ll match the phrases like ticketing system and HelpDesk, but not helpdesk, Ticketing, ticket, or Help. The rule is that the phrase must be matched. The use of uppercase or lowercase letters is important here.

2) When you select the phrase:

If HelpDesk ticketing system is found in the ticket, it’ll match the phrases like ticketing system and HelpDesk, but not ticket or Help. The rule is that the phrase must be matched.

3) When you select the string of characters (case-sensitive):

If HelpDesk ticketing system is found in the ticket, it’ll match all the words, that is, the ticket, Help, ticketing system, HelpDesk, but not helpdesk, Ticketing, or Tickets. The use of uppercase or lowercase letters is important here. 

4) When you select a string of characters:

If HelpDesk ticketing system is found in the ticket, it’ll match all the words, that is, the ticket, Help, ticketing system, HelpDesk. This is the former default, and it’s more permissive.

A condition in rules related to phrase and string of characters.

Specify the actionLink icon

Then, specify the action to be executed automatically if the conditions are met.

Adding actions in HelpDesk rules.

Available actions

There are many actions you can choose from, divided into categories for better rule configuration:

Assign:

Send:

  • Send feedback request: choose if it should be a custom message or a canned response
  • Send follow-up: choose if it should be a custom message or a canned response
  • Send message: choose if it should be a custom message or a canned response
  • Send private note

Set:

  • Set status
  • Set priority

Tag:

  • Add tag
  • Remove tag

Spam:

  • Move to Spam
  • Move to all recent tickets

Followers:

  • Add follower
  • Remove follower

If necessary, you can add another action and adjust it right away. Select the “Add action” button to do so.

Tips for “Send message” actionLink icon

You can add the advanced “If parameter” when creating the rule related to the “Send message” action to avoid undesirable situations where the assigned agent field is blank or the name of the person submitting the ticket is unknown.

The “If parameter” for an unknown agent or requester.

Use the “If parameter” below and place it in the message body to look professional. 

{{#ticket.agentName}}Agent: {{.}}{{/ticket.agentName}}

{{^ticket.agentName}}No agent name{{/ticket.agentName}}

Setting up the “If parameter” in the message body.

Describing rule Link icon

Name and description of the rule.

NameLink icon

Name your rule. To create a name, you can use the actions and the final effect caused by it. 

DescriptionLink icon

In the “Description” field, briefly write what your rule covers. This helps you manage your rules. Also, your team can quickly learn about their purpose by reading the description.

Your rule’s name and description are generated automatically depending on the selected conditions and actions. You can change them to your own concepts at any time.
Your rule’s name and description are generated automatically depending on the selected conditions and actions. You can change them to your own concepts at any time.

OptionsLink icon

Here you can choose whether to turn on or turn off the rule after the configuration is completed.

When all fields are completed, select the “Add rule” button, and it’ll appear on your list. Every new rule appears at the bottom of the list. 

Rule templatesLink icon

You can also use proven templates to speed up the configuration process. Think of them as a basis for working with rules. All rule templates are grouped into many useful categories, such as auto-messaging, prioritizing and VIP, assignment, following, labeling, or status change. 

Categories of automation rules in HelpDesk.

Rule template example in HelpDesk.

When a customer receives a notification or message as part of the rule execution, everything seems to be done by the agent. Your customers will never know that their requests are being automated.
When a customer receives a notification or message as part of the rule execution, everything seems to be done by the agent. Your customers will never know that their requests are being automated.

Frequently asked questions about rulesLink icon

What are the differences between sending feedback requests, follow-ups, and messages?Link icon

When setting up rules, different types of automated communications — such as feedback requests, follow-ups, and messages — serve distinct purposes. Understanding these differences can help you design more effective customer service strategies.

Feedback requestsLink icon

  • Purpose: To gather customer feedback about their experience or satisfaction with a service/product. This is crucial for quality assurance and continuous improvement.
  • Timing: Typically sent after a ticket has been resolved or a service has been delivered, to evaluate the customer’s experience.
  • Content: Often includes a quick survey or a set of questions designed to measure satisfaction levels, understand customer needs, and identify areas for improvement.

Follow-upsLink icon

  • Purpose: To check in with the customer after an initial interaction or service has been provided, ensuring that their issue has been resolved satisfactorily or if further assistance is needed.
  • Timing: Sent at a predefined interval after the initial ticket resolution, follow-up timing can be critical for catching unresolved issues before they escalate.
  • Content: Generally, a follow-up is less about gathering detailed feedback and more about ensuring resolution completeness, customer satisfaction, and offering additional support if necessary.

MessagesLink icon

  • Purpose: Messages can serve a variety of purposes, such as providing customers with updates on their ticket status, informing them about new features or services, or delivering transactional information.
  • Timing: The timing of messages can vary widely depending on their purpose. For instance, transactional emails are sent immediately after an action is taken, while informational updates might be scheduled regularly.
  • Content: The content of a message is highly dependent on its objective. It could range from detailed information about a service update and instructions for the next steps in a support process to general announcements.

Was this article helpful?

Got it!

Thanks for your feedback.

Thank you!

We’re happy to help.

RELATED ARTICLES

Create and manage ticket views

Learn how to save a set of filters as a custom view that you can easily access from the ticket navigation bar.

Read the article

Integrating HelpDesk with Zapier

Learn how to integrate your HelpDesk account with Zapier to streamline your workflow through automation.

Read the article

Try HelpDesk today

Free 14-day trial Simple setup

You'll be in
good company

Companies using HelpDesk
HelpDesk tickets that are created with Shopify, Salesforce, LiveChat, and Messenger

Discover Text products