Schedules and triggers
A flow starts when its file says: on a cron with a timezone, when a webhook arrives, when an email lands in its inbox, when another flow finishes, when a file appears, when a page changes.
trigger: schedule schedule: "0 5 * * 3" timezone: Australia/Sydney
next run in …
schedulewebhookemailflowstoragewatch
runs started 0
A clock, a webhook, an inbox, another flow, a file, a URL. Nine ways in.
01
Cron with a timezone, in one line of the flow
02
Nine kinds of trigger, including email and webhooks
03
Chain flows: one finishing starts the next
04
Overlap policy per flow: skip, queue or run alongside
More