Workflows
Create Workflow
When a record enters or leaves a view, do these actions
POST
Creates a Workflow: a trigger block pointing at a saved view, plus one
or more action blocks.
Nothing fires on save. The first pass records who already matches the
view; only a real transition after that — a record entering or leaving —
triggers an action. Creating a Workflow over a view with 500 existing matches
does not send 500 notifications.
Body
string
required
Display name.
string
Optional free text.
boolean
default:"false"
Whether the Workflow runs. Create it inactive to review it first.
object
required
{ blocks: [...] }. The first block is the trigger:on is enter, leave, or schedule (which additionally requires a
5-field cron in config.schedule). Every block after the trigger is an
action — see Workflows for the full list of action ids and
their config shape.