Skip to main content
Updated in 4.61
Live Agent has been put in maintenance mode. The product will continue to be maintained in the foreseeable future. Users can continue to fully rely on Live Agent being available. In future releases, only security updates and bug fixes will be provided; no new features will be released.
Automation Rules are a powerful tool to enhance efficiency and streamline processes by automating various tasks within your workflow. With these rules, you can easily assign conversations to specific agents or teams, add labels, adjust priorities, and more without manual intervention. By leveraging Automation Rules, you save time and resources, allowing your team to focus on their core competencies and minimize the time spent on routine tasks.

Automation Rule Components

Each automation rule contains the following components:

Events

Automation Events serve as triggers for when you want your automation to be executed.

Conditions

Conditions are the criteria that are verified before executing the action. The conditions are evaluated in the order they are defined.

Actions

Actions are tasks or processes that are executed when the conditions are met.

Create Automation Rules

To create an automation rule, follow these steps:
  1. In the Live Agent interface, go to Settings > Automation.
  2. In the upper-right corner, click + Add Automation Rule.
  3. In the Rule Name field, enter a unique name for the rule.
  4. In the Description field, enter a relevant description for the rule.
  5. From the Event list, select the desired event.
  6. In the Conditions section, set up a condition:
    • Left operand — select a condition type.
    • Operator — a comparison operator that checks whether the value of the left operand is Equal to or Not Equal to the value of the right operand.
    • Right operand — select values corresponding to condition types. For example, if you choose Status as a condition type, you can add multiple statuses, such as Open, Pending, Resolved.
  7. (Optional) Add an additional condition by clicking + Add Condition. Repeat the same steps as you did for the first condition and select one of the following operators:
    • AND — all conditions must be true for the overall condition to be true. For example, Condition A AND Condition B means that both Condition A and Condition B must be true to trigger the action.
    • OR — at least one of the conditions must be true for the overall condition to be true. For example, Condition A OR Condition B means that if either Condition A or Condition B is true, the action will be triggered.
  8. In the Actions section, select an action. Note that you need to provide additional information depending on which type of action you selected. For example, if you select Send an email to a Team, you need to choose a team and write an email template.
  9. (Optional) Add one more action.
  10. Click Create.
The automation rule appears in the automation rule list and is automatically activated. To deactivate the rule, move the toggle switch to the left position.

Example

You can use multiple conditions with the AND or OR operator as in the example below. When Agent Copilot is active, and a new conversation is created with the Open status, the conversation is assigned to a team.
  • Name: Sales
  • Description: This automation assigns new Open status conversations to the Sales team.
  • Select the event as Conversation Created.
  • Add two conditions and combine them using the AND operator:
    • Condition 1: Check if the Conversation Status is Open.
    • Condition 2: Verify that the Inbox is set to AI Copilot bot-default selected from the dropdown menu.
  • Add an action: Assign the conversation to the Sales team by selecting it from the dropdown menu. Make sure the Sales team is created before executing this action.
Adding an automation rule with conditions and actions in Live Agent

Edit Automation Rules

To edit an automation rule, click the Edit icon next to the desired automation rule in the list.

Clone Automation Rules

To make a copy of an existing automation rule, click the clone icon from the Automation list you want to copy. A replica of the automation rule with the same conditions and actions will be created.

Delete Automation Rules

To delete an automation rule, click Delete next to the desired Automation in the list. Note that this action is permanent and cannot be undone.

More Information

Last modified on June 22, 2026