The kinds you’ll reach for
- On a schedule — “every Monday at 9am,” “the first of the month.” Use this when time is what kicks off the work.
- On demand — you run it yourself when you need it. Good while you’re still shaping a process, or for work that doesn’t happen on a fixed clock.
- When something arrives — an external system sends word (a new form submission, a new signup). Use this when the work starts because something happened somewhere else.
How to choose
Ask yourself how you’d finish this sentence: “This work starts whenever…”- “…it’s a certain day or time” → a scheduled trigger.
- ”…I decide to do it” → an on-demand trigger.
- ”…X happens in another tool” → an arrival trigger.