Gorilla Dash

arrow_back Back to Knowledge Base

Creating a workflow

download Download PDF

A workflow is a start condition and a list of steps. Somebody triggers it, then walks down the steps until they reach the end, hit a goal, or are removed.

The settings

SettingWhat it does
Workflow nameWhat this does, in plain words. You will read it in a list of thirty.
Start whenThe trigger that enrols somebody.
Stop whenConditions that remove somebody part-way through.
GoalWhat success looks like — reaching it exits the person as a success.
Enroll each person only onceWhether somebody can go through it again.
Cancel previous if re-triggeredWhether a new trigger restarts them instead of running twice.

The order to build it

  1. Write down, in a sentence, what should happen. If you cannot, the workflow is not ready to build.
  2. Set the trigger.
  3. Add the steps, starting with a wait — almost nothing should send instantly.
  4. Add the stop when conditions. This is the safety rail.
  5. Set a goal so people who convert stop being chased.
  6. Save as a draft, test it, then go live.
ENROLL ONCE, UNLESS YOU MEAN IT
Without it, somebody who triggers the workflow repeatedly receives the whole sequence repeatedly. For a welcome or a review request, once is almost always right.