Workflow automation

Available on all plansOpen in DealJourney

A workflow rule does something automatically when something happens: when a deal reaches a stage, create the follow-up task; when a customer goes quiet, tell the account manager. Rules live under Workflow Automation in the sidebar.

Every rule has three parts:

  1. 1A trigger — the event that starts it. A record type plus something that happens to it.
  2. 2⟦Conditions⟧ — which of those events actually count. Without conditions the rule fires on all of them.
  3. 3⟦Actions (in order)⟧ — what to do, run in sequence.

Conditions are not optional in practice. No conditions — this runs for every {{entity}} event, not just the ones you have in mind. This is how a helpful rule becomes an email storm: "notify me when an opportunity changes stage" with no condition notifies you about every stage change on every deal in the company, forever. Add the condition that says which ones you meant.

Rules run on real data and are not undoable. A rule that creates a task on every customer creates thousands of tasks, and there is no single button that takes them back. Test with a narrow condition first, widen once you have seen it behave.

Check that they are working. Rules fail quietly by nature — nobody notices an email that was never sent. The run history shows what fired and what failed, and it is worth looking at after creating a rule rather than assuming. See "A rule is not firing".

In this section

Common questions

Keep exploring