Skip to main content

How to Create a Workflow

V
Written by Victor Themps

This article walks you through building a workflow from scratch: naming it, adding a trigger, and chaining actions after it.

Step 1: Start a new workflow

Go to Workflows in the left sidebar and click New Workflow (or Create a new Workflow if this is your first one).

Workflows page empty state with a Create a new Workflow button

Give your workflow a name so you can find it back later, then click Continue.

Name your workflow dialog

Step 2: Add a trigger

You land in the workflow editor with a single Start Workflow node. Click it to open the trigger picker.

Workflow editor showing the Start Workflow node

Choose a trigger from the list; see Understanding Workflow Triggers for what each one does.

Select a trigger sidebar listing all available triggers

Depending on the trigger, you'll configure its specifics; for example, the Contact Tagged trigger asks which tag(s) to watch and whether to include contacts that already had the tag before the workflow existed.

Contact Tagged trigger configuration with a tag selected

Click Ok to add the trigger to the canvas.

Canvas with the Contact Tagged trigger node added

Step 3: Add an action

Click the + icon on the edge below your trigger to open the action picker.

Select an action sidebar with Actions and If Branch tabs

Pick an action; see Understanding Workflow Actions for the full list. Fill in its settings (for Send Email Template, that's a sender, subject, and template), then click Ok.

Send Email Template action filled in with a sender, subject, and template

Your workflow now shows both nodes connected in sequence.

Two-node workflow: Contact Tagged trigger followed by a Send Email Template action

Tip: Keep adding actions the same way; click the + on any edge to insert the next step. Use the If Branch tab instead of Actions to split the workflow into two paths based on a condition; see How to Use If Branches in a Workflow.

Step 4: Adjust workflow settings (optional)

Click the Settings icon in the left rail of the editor to open Workflow settings. The current option here is Allow user to enter workflow more than once. Turn this off if a contact should only ever go through this workflow a single time.

Workflow settings panel with the re-entry toggle

Step 5: Save

Click Save in the bottom left of the canvas. Your workflow is created and set to active immediately.

Did this answer your question?