Skip to main content
Getting Started with Workflows

Overview

Workflows enable users to build customized automations that save time, maintain consistency, and scale operations. Whether routing messages to appropriate team members, sending automated replies, or integrating AI into key processes, workflows provide control over support flow.

What are workflows?

Workflows are visual automations you can create directly in Conduit. Each one runs based on a trigger — like a new message or tag — and follows a sequence of actions. Use cases:
  • Escalate or reassign conversations based on topic or urgency
  • Send follow-up messages or notifications after a delay
  • Inject an AI Agent into guest conversations
  • Automatically sync tasks to Slack, email, or other systems

Automate your conversational flows

Building Blocks

The event that starts the workflow:
  • A message received
  • A new reservation
  • A tag applied to a conversation
The steps your workflow takes after triggering:
  • Send a templated reply
  • Reassign a conversation
  • Notify a teammate
  • Wait for a delay
  • Inject AI
Logic determining which branch to follow:
  • “If the guest is checking in today…”
  • “If the tag is ‘broken appliance’…”
Dynamic values for messages or logic:
  • {{guest.first_name}}
  • {{check_in_date}}

Actions

When you build out workflows, actions can follow triggers or other actions.

Message

Send Slack, SMS, Email messages to team or external customers

AI

Actions using AI to process incoming calls or messages and retrieve information

Workspace

Assigns team members tasks or updates contact information

Controls

Time-based delays or conditions for task execution
Action examples:
  • Send a templated reply
  • Reassign a conversation
  • Notify a teammate
  • Wait for a delay
  • Inject AI into a conversation