Skip to main content

Triggers overview

A trigger is the "when" of your automation — the event that kicks off the workflow. Every automation starts with exactly one trigger.

Trigger types

TypeHow it worksExample
Event triggersFires when something happens in the platformForm submitted, contact created, opportunity stage changed
Time-based triggersFires on a recurring scheduleEvery Monday at 9 AM, first of each month
Manual triggersFires when you click "Run" on specific recordsRun for a selected account, company, or contact
Advanced triggersFires from external systems or API callsWebhook received, Zapier integration, API request

How trigger scope works

The trigger you choose determines which actions are available downstream:

Trigger scopeWhat's in contextAvailable actions
Account-scopedThe account that fired the triggerAccount-focused steps — assign salesperson, activate products, add tags
Company-scopedThe company (and its account)Company-focused steps — assign owner, log call, start campaign
Contact-scopedThe contact (and its company/account)Contact-focused steps — assign owner, send email, add to list
No entityNo record in context (webhook, API, schedule)Entity-creation steps only — create company, send webhook, delay, if/else
tip

If your automation needs company data but your trigger is contact-scoped, use a Find company or Get company from contact step to bring the company into scope.

Choosing a trigger

React to user or customer actions — Use event triggers (form submitted, contact created, opportunity changed). These are the most common and fire in real time.

Run on a schedule — Use time-based triggers for recurring tasks like weekly check-ins, monthly invoice reminders, or daily AI employee invocations.

Start from an external system — Use Zapier, webhook, or API triggers to connect third-party apps.

Run on demand — Use manual triggers to execute automations for specific records you select in the CRM.

Trigger conditions

After choosing a trigger, add conditions to filter which events actually start the automation:

  • AND conditions — all must be true (e.g., company industry is "Healthcare" AND company city is "Edmonton")
  • OR conditions — any can be true (e.g., trigger on form A OR form B)

Combine AND/OR to build precise filters so your automation only runs for the right records.

Pages in this section