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.

Automations > Actions

Automation actions are the THEN part of IF-THEN rules. They automatically assign people, adjust…

Automations > Conditionals

Tallyfy’s conditional logic lets workflows make automatic decisions using simple “IF X happens”…