Auxx.ai
AI & Automation

Workflows overview

Automate support tasks with workflows — triggered sequences of actions that route, tag, and respond to messages.

Workflows are automation rules that run when specific events occur. They let you automate repetitive tasks like routing messages, tagging conversations, sending replies, and processing data — without writing code.

Workflows list page

What is a workflow?

A workflow is a sequence of steps:

  1. Trigger — The event that starts the workflow (e.g., a new message arrives)
  2. Conditions — Optional rules that filter which events qualify (e.g., only messages from a specific inbox)
  3. Actions — What happens when the workflow runs (e.g., tag the conversation, send a reply, create a ticket)

Workflows are visual — you build them by connecting nodes in a drag-and-drop editor.

The workflows page

Access workflows from Workflows in the sidebar. The list view shows:

  • Stats cards at the top — Total workflows, enabled count, and average success rate
  • Workflow cards — Each workflow shows its name, trigger type, status (enabled/disabled), last run time, and success rate
  • Search and filter — Find workflows by name or filter by trigger type
  • Grid or table view — Toggle between card and list layouts

Workflow statuses

StatusMeaning
Enabled (green)Actively running when triggered
Disabled (gray)Paused — won't run even if triggered

Enable or disable a workflow

Toggle a workflow on or off without deleting it. Disabling a workflow stops it from responding to triggers but preserves its configuration and execution history.

Workflow executions

Each time a workflow runs, it creates an execution record. Click on a workflow to see:

  • Execution history — List of recent runs with status and timing
  • Execution details — Step-by-step breakdown of what happened, including timing and outputs
  • Run statuses:
StatusMeaning
SucceededAll steps completed successfully
FailedAn error occurred during execution
RunningCurrently in progress
WaitingPaused for human approval
PausedTemporarily paused by the system

Version history

Workflows are version-controlled. When you publish changes, a new version is created. You can:

  • View all published versions
  • See which version is currently active
  • Activate a previous version if needed

Common workflow patterns

PatternTriggerActions
Auto-tag by keywordMessage receivedCheck subject/body for keywords → apply tag
Route to teamMessage receivedCheck sender domain → assign to specific inbox/group
AI auto-replyMessage receivedGenerate AI reply → human approval → send
EscalationTicket status changeIf ticket open > 24h → notify manager
Welcome messageNew contact createdSend onboarding email to new customer

Next steps