Sim

Triggers

Core ways to start Sim workflows

Core Triggers

Pick one trigger per workflow to define how it starts:

Quick Comparison

TriggerStart condition
APIAuthenticated HTTP POST
ChatChat deployment message
Input FormOn manual submit in editor or parent workflow
ManualRun button in editor
ScheduleTimer managed in schedule modal
WebhookOn inbound HTTP request

Using Triggers

  1. Drop the trigger block in the start slot.
  2. Configure any required schema or auth.
  3. Connect the block to the rest of the workflow.

Deployments power every trigger. Update the workflow, redeploy, and all trigger entry points pick up the new snapshot. Learn more in Execution → Deployment Snapshots.

Legacy Starter blocks remain for existing flows but no longer appear in new builds.

Triggers