Published August 16, 2026

Freshdesk Automations Worth Building

Freshdesk splits automation by when the rule runs. Getting that split right is most of the skill.

The three kinds

  • Ticket creation. Runs once as a ticket arrives. Use it for routing, priority and initial tagging.
  • Ticket updates. Runs when a ticket changes. Use it for escalation, reassignment and status handling.
  • Time triggers. Runs on a schedule against ageing tickets. Use it for chasers, auto-close and escalation on silence.
  • Picking the wrong one is the usual cause of a rule that "does not fire". A rule that should react to a change will never run if you built it on creation.

    The five rules most teams should have

  • Route by product or topic on creation, so nothing waits in an unassigned pile.
  • Escalate priority when a ticket ages past your first reply target.
  • Chase the customer once on a pending ticket, then auto-close after a defined silence.
  • Tag by channel, so you can see which channel generates which problems.
  • Notify the group, not one person, when a ticket goes unassigned past a threshold.
  • Where the rule engine stops

    Every Freshdesk rule evaluates one ticket. There is no condition that expresses "there is another open ticket from this person that says the same thing", which is why duplicate merging cannot be built here.

    You can tag likely duplicates by keyword and route them to a review queue, and teams do. It catches the obvious ones and creates a queue somebody has to work. See auto merging in Freshdesk for the version that does not.

    Frequently asked questions

    Why is my Freshdesk automation not firing?+

    Usually it is built as the wrong type. Creation rules never react to later changes, and update rules never run on arrival.

    Can Freshdesk automations merge tickets?+

    No. Rules act on a single ticket, and merging is a decision about two.

    Add the rule Freshdesk can't express

    Ticket Merger compares each arriving ticket against the whole open queue, then merges natively.

    Start free trial

    14-day free trial. No credit card required.