Published August 16, 2026

Zendesk Triggers vs Automations

One fires the instant something happens. The other fires because time passed. Nearly every Zendesk workflow question comes down to that.

Triggers: event-based

A trigger runs the moment a ticket is created or updated. If the conditions match, the actions run immediately.

Use a trigger for anything that should happen because someone did something: routing a new ticket to the right group, notifying the assignee of a customer reply, setting priority from a form field, or applying a tag based on the channel.

Triggers run in order, top to bottom, and they can fire each other. That ordering is the single most common source of "why did this ticket end up in the wrong group" confusion.

Automations: time-based

An automation runs on a schedule, roughly hourly, and acts on tickets that have been in a state for a period.

Use an automation for anything that should happen because nothing happened: closing a pending ticket after five days of silence, escalating a ticket untouched for eight hours, or reminding an assignee about an ageing ticket.

Automations need a condition that stops them re-firing forever, usually a tag or a status change. Without it you get the classic reminder loop that emails a customer every hour until somebody notices.

A quick decision rule

Something changed, act now: trigger.
Nothing changed for a while, act now: automation.
Needs to look at two tickets at once: neither. This is the gap people hit when they try to build duplicate merging with rules, and it is why merging cannot be done with a trigger. See automatic merging in Zendesk.

Three mistakes worth avoiding

No stop condition on an automation. Always add "and tag is not reminder_sent", then add the tag in the actions.
Triggers fighting each other. Two triggers setting the same field means the later one wins and the earlier one looks broken. Check the order before you debug the logic.
Notifying on every update. Agents mute the notifications, then miss the one that mattered. Notify on the states that need action, not on all of them.

Frequently asked questions

Can a Zendesk trigger merge tickets?+

No. Triggers act on one ticket and merging is a decision about the relationship between two, so it is outside what the rule engine can express.

How often do automations run?+

Approximately hourly, so treat them as "within the hour" rather than exact. Anything needing precise timing belongs in a trigger.

The workflow rules cannot build

Merging duplicates needs a live view of the whole open queue. That is what Ticket Merger adds alongside your triggers.

Start free trial

14-day free trial. No credit card required.