Automation

Triggers & events

Configure model events, periodic triggers, trigger data, and event payloads.

Triggers & events

Triggers decide when automation starts. In Workflow Studio, a Trigger node can represent model events such as create or update, periodic schedules, and event-specific trigger data. Use triggers to connect product activity to repeatable work.

Trigger types

TypeUse whenConfiguration notes
Create eventA newly created record or ticket should start a process.Best for intake, onboarding, acknowledgement, and first review.
Update eventA changed record should be evaluated.Pair with decision logic or trigger data to avoid noisy runs.
Periodic triggerWork should run on a schedule.Store periodic flag and schedule details in trigger data.
Manual or playground runA template should be tested safely.Use playground templates before publishing.

Configure a trigger

  1. Choose the object, ticket category, or automation surface that owns the event.
  2. Add a Trigger node near the start of the graph.
  3. Select the event and provide trigger data.
  4. Add a Decision node if only some events should continue.
  5. Publish the workflow version and monitor jobs after the first live events.

For developers