Gorilla Dash

arrow_back Back to Knowledge Base

Triggers: what starts a workflow

download Download PDF

The trigger decides who enters a workflow and when. It is the single most consequential choice in the whole thing.

TriggerFires when
Bucket enteredSomebody falls into a customer bucket. Leave the bucket empty to fire on any bucket.
Bucket exitedSomebody leaves one.
Enquiry submittedThey send an enquiry.
Call receivedA tracked call comes in from them.
Quote createdYou quote them.
Sale completedA sale finishes.
Product purchasedThey buy something — optionally limited to a product bucket.
Lifecycle stage changedThey move to a new stage.
Calendar event createdAn appointment is booked with them.
Promotion endedA promotion finishes. Leave it empty to fire on any.
ManualSomebody adds them by hand.
ScheduledOn a schedule rather than an event.

Choosing well

  • Prefer a specific event over a bucket where one exists — "sale completed" is unambiguous, a bucket depends on rules that might change.
  • Use a bucket where the condition is a state rather than a moment: lapsed, unconverted, high value.
  • Leave the optional filter empty deliberately. An empty bucket or promotion filter means any of them, which is a much wider audience than people expect.
A TRIGGER FIRES FOR EVERYONE WHO MEETS IT, FOREVER
Not just today's customers — every future one too. Before going live, ask how many people will hit this in a normal month, and whether you would be happy sending all of them the first email.