Automations: Basics & your first rule
After this article you'll understand how triggers, conditions, and actions work together, and you'll have created your first automation rule.
Automations take repetitive busywork off your plate: as soon as something happens in your workspace, Univents reacts automatically and runs the steps you set up once. This article walks you through how a rule is built and how to create your first one.

What an automation rule is
A rule is an instruction that follows the pattern "When something happens, then do something." It always consists of three building blocks: a Trigger, optional Conditions, and one or more Actions. You'll find your rules on the Automations page. A short description at the top explains what it's about: define rules that automatically react to events in your workspace.
Every rule has a name and a status. Active rules carry the Active badge, paused ones the Inactive badge. Using the switch on the right side of the row, you can turn a rule on or off at any time without deleting it. Some rules are predefined by the system and marked as Locked. You can neither change nor delete these; they run quietly in the background.
Triggers, conditions, and actions
The three building blocks build on one another. Here's how they work together:
- Trigger: the event that starts the rule, for example a newly received inquiry. For each rule you pick exactly one trigger from the list.
- Conditions: optional filters that determine in which cases the rule actually applies. A condition consists of a Field, an Operator (such as equals, greater than, or contains), and a Value. You can combine several conditions.
- Actions: what Univents runs when the trigger fires and all conditions are met. At least one action is required; multiple are possible and are processed in the order you set.
Without conditions, the action runs on every trigger. With conditions, you narrow it down to exactly the cases you care about.
Which actions are available
When you add an action, you first choose its type. These are the options:
- Send email: sends an email based on a template. You provide a Template ID and a Subject.
- Notify user: sends a notification to specific people.
- Set field: changes a field to a new value, such as a priority.
- Assign staff member: assigns a responsible person.
- Create task: creates a new task with a Title and Task type.
You can combine up to three actions per rule. Using the Move up and Move down arrows on each action, you set the order in which they run.
Creating your first rule
Here's how to create a rule from scratch:
- Open the Automations page and click New rule.
- Under Rule name, enter a descriptive name, for example "Confirm inquiry".
- Under Trigger, choose the event the rule should react to.
- If needed, add filters via Add condition and fill in Field, Operator, and Value. You can skip this step if the rule should always apply.
- Under Actions, choose at least one action type and fill in its fields. Use Add action to add more steps.
- Click Save. The new rule appears in the list right away and is active.
As long as required fields are missing, the form points this out before saving.
History and management
Every run of a rule is logged. In a rule's row, click Show history to expand the Run history. There you'll see the status of each run, such as Completed, Skipped, Failed, or Review required, along with the timestamp and, where applicable, an error message. Use Hide history to collapse the list again.
To pause a rule, flip the switch in its row to Inactive. If you no longer need a rule, remove it via the delete icon; you'll have to confirm the deletion. Locked system rules have neither a switch nor a delete icon, because they're managed centrally.
Tips
- Start with a simple rule without conditions and watch the Run history to see whether it applies as expected. Only then refine it with conditions.
- Give rules meaningful names. In the list you only see the name, the trigger, and the number of actions, so "Confirm inquiry" helps more than "Rule 1".
- Keep rules small. Instead of one rule with three very different actions, several clearly named rules are usually easier to follow.
- A rule you're currently testing can be set to Inactive via the switch at any time without losing it.