Service Desk Docs

Workflow Triggers

Fire events from tickets into your CRM's automation engine

Workflow triggers let your helpdesk push events into your CRM's native automation builder. When something happens to a ticket, the helpdesk fires an event that your CRM can listen for and act on — sending notifications, updating records, starting email sequences, or anything else your CRM's automation supports.

Available triggers

The helpdesk fires the following events:

TriggerFires when
Ticket createdA new ticket is created (manually, via email, or from the CRM)
Status changedA ticket moves to a different status (e.g. Open to In Progress)
Priority changedA ticket's priority level is updated
AssignedA ticket is assigned to an agent
EscalatedA ticket is escalated to a higher tier or supervisor
ResolvedA ticket is marked as resolved
ReopenedA previously resolved ticket is reopened
SLA warningA ticket is approaching its SLA response or resolution deadline
SLA breachedA ticket has missed its SLA target
Message receivedA new message (reply or note) is added to a ticket
MergedTwo or more tickets are merged into one

Each event includes data about the ticket — subject, priority, assigned agent, contact, and other relevant fields — so your CRM automation has the context it needs.

Setting up triggers

Triggers are configured in your CRM's workflow or automation builder, not in the helpdesk itself:

  1. Open your CRM's workflow/automation builder.
  2. Add the helpdesk as a trigger source.
  3. Select the event you want to listen for.
  4. Build the rest of your automation as usual.

Common use cases

  • Slack or Teams notifications — Send a message to a channel when a ticket is escalated or an SLA is breached.
  • CRM record updates — Update a contact's status field when their ticket is resolved.
  • Email sequences — Trigger a follow-up email sequence after ticket resolution.
  • Manager alerts — Notify a manager when a high-priority ticket is created.
  • Reporting — Log ticket events to a spreadsheet or analytics tool.

Triggers are fire-and-forget. If your CRM automation fails or is misconfigured, it will not affect the helpdesk — the ticket operation always completes regardless.

On this page