schedule
CRON
CRONSchedule-based execution with timezone-aware cadence.
Example: Every weekday at 08:00 (0 8 * * 1-5)
webhook
Webhook
WEBHOOKStart workflows from external events via signed endpoint calls.
Example: Triggered by an approved publish event
play_arrow
Manual
MANUALRun only when an operator explicitly clicks run.
Example: Triggered from the workflow detail panel
favorite
Heartbeat
HEARTBEATEvaluate connected sources proactively and dispatch a run only when the briefing should be delivered.
Example: Morning briefing after Gmail, Slack, Calendar, and GitHub checks
rule
Condition
CONDITIONEvaluate run context and start only when the workflow criteria are met.
Example: Start when inbox.priority == "high"
mail
Gmail Poll
Gmail PollPoll inbox conditions and dispatch runs when matching emails appear.
Example: Poll unread messages and route by sender