Skip to content

Automations

What are automations?

Tallyfy automations are IF-THEN rules you add to a template. They make each process adapt based on what users enter in form fields and what happens to tasks. No manual routing needed. For AI-powered task completion, see BYO AI integration.

Rule components

Every automation rule has two parts: conditions and actions.

Conditions (the “IF” part)

Conditions tell the automation when to fire. Two categories:

Step conditions - based on what happens to a task:

  • Task completed, reopened, approved, rejected, acknowledged, or expired
  • Task not assigned

Form field conditions - based on data entered in step form fields or kick-off form fields:

  • Contains / doesn’t contain a value
  • Equals / doesn’t equal a value
  • Equals any of several values
  • Greater than / less than (for numbers)
  • Is empty / isn’t empty

You can combine multiple conditions with AND/OR logic.

Actions (the “THEN” part)

When conditions are met, Tallyfy fires one or more actions on a target step:

  • Visibility - show or hide a step
  • Assignment - assign, unassign, replace assignees, or clear all assignees on a task
  • Deadline - set a deadline before or after the trigger point, in minutes, hours, days, weeks, or months
  • Status - reopen a completed task (useful for approval loops)
  • Webhook - send an HTTP request to an external URL when conditions are met

Naming your rules

Good names save time when debugging. Be specific:

  • “Show steps for USA customers only” beats “Customer rule”
  • “Assign to manager if urgent” beats “Rule 1”

Getting started

Browse automation examples for common patterns like service-level routing, approval loops, and dynamic assignment.

Tutorials > Create an automation

Tallyfy automation rules use IF-THEN conditional logic to intelligently adapt workflows based on user inputs task completions and other triggers eliminating manual adjustments while automatically showing relevant steps assigning tasks and responding to changing circumstances throughout your processes.

Automations > Actions

Automation actions in Tallyfy are the “THEN” part of IF-THEN rules - they automatically assign tasks, adjust deadlines, change status, control step visibility, or trigger webhooks when conditions are met.

Automations > Conditionals

Conditional logic in Tallyfy lets your processes make decisions automatically using IF-THEN rules based on form answers and step completions.