Create a new Workflow
Open the Workflows page

Click + New Workflow
- Custom Workflow — Describe your automation in plain language and the Workflow Copilot generates it for you.
- Blank Workflow — Start from scratch with an empty canvas.
- Import Workflow — Upload a Workflow JSON file to add it to your organization.
- Template — Browse pre-built Workflows for common use cases and customize them.

Refine with the Workflow Copilot

Review and customize
Publish your Workflow

Start from a template
Templates are pre-built Workflows for common tasks like writing personalized sales emails, summarizing support tickets, or generating meeting follow-ups.Browse templates

Search and select

Configure template settings
- For integrations, you’ll be prompted to authorize connections
- Select the Agent to use for certain steps
- Provide any other inputs needed for the specific Workflow
- Click Next to continue through each step


Set folder and permissions

Customize further
The Workflow editor
The Workflow editor is where you build and configure your automation. You can configure your Workflow in two ways:- Manually — Edit each setting directly in the editor. The sections below walk through the trigger, actions, and variables.
- With the Workflow Copilot — Describe what you want in plain language and the Copilot updates the configuration for you. You can use the Copilot to build from scratch, make targeted changes, or troubleshoot issues.

- Workflow — The canvas (trigger, actions in order) and the settings sidebar when you select a block.
- Bulk Run — Run the Workflow on a dataset.
- Interface — How the Run tab looks for people who run the Workflow after it is published.
Configure your Workflow
Trigger
The trigger defines how and when your Workflow starts. Click the trigger block at the top of the editor to configure it.- Manual — Users fill in a form and click Run
- Scheduled — Runs automatically on a recurring schedule
- Webhook — Starts when an external system sends a POST request
- Email — Runs when an email is sent to the Workflow’s dedicated email address
- Integration trigger — Fires on events like a new Slack message, Zendesk ticket, HubSpot record, or Google Calendar event


Actions
Actions are the steps your Workflow performs after the trigger fires. Click the + button between blocks to insert a new action. Browse or search the action library to find what you need — generate text, send an email, update a CRM record, run code, scrape a webpage, and more.

Variables
Variables let you pass data from the trigger and from previous action outputs into later steps. By default, actions do not have access to the output of earlier steps — you need to explicitly reference variables to connect them. For example, in a LinkedIn-enhanced cold email Workflow, the trigger collects a Name and Email address. These become variables you reference in later actions like “Summarize LinkedIn Profile” and “Write Company Description.”
Trigger inputs become variables you can reference in later actions

Map action inputs to variables from earlier steps

Combine variables from multiple steps in a prompt
Control flow
For branching logic, use Paths to route your Workflow based on conditions — like routing a support question to different Agents depending on the product mentioned. For repeating steps, use Loops. For pausing execution, use Wait/Delay or Request Approval.Run view and Interface (Manual-style Workflows)
For Manual-style Workflows, use the Interface tab to change what the Run tab looks like for people who run the Workflow after it is published—header, description, form fields, run button, and optional highlighted Outputs.
Interface tab with preview and settings: branding, inputs, and outputs configured for the Run tab.
Use the Workflow Copilot
The Workflow Copilot is an AI-powered building partner that helps you configure Workflows using plain language. Instead of editing each setting manually, describe what you want and the Copilot generates or updates the Workflow for you — including triggers, actions, prompts, and variable mappings. You can use the Copilot at any point: when creating a new Workflow from scratch, when starting from a template, or when refining an existing Workflow.Access the Copilot
- When creating a new Workflow: The Copilot opens automatically if you choose Custom Workflow.
- When editing an existing Workflow: Click the wand icon in the top toolbar of the Workflow editor.

How the Copilot works
Describe what you want

Review the initial version

Continue iterating

Test the result
Copilot controls
Using the Copilot with testing
When testing your Workflow, you can send test results directly to the Copilot for analysis:- Add to Copilot — Click this icon on any test run to attach the outputs to the Copilot chat. Ask the Copilot to improve results or make tweaks based on actual performance data.
- Fix in Copilot — If a step produces an error during testing, click this icon to bring the error into the Copilot’s context so it can debug and resolve the issue.
