Notification actions
Action | What it does |
|---|---|
| Send an email to one or more addresses. Subject + body support variable substitution. |
| Push an in-app notification (bell) to one or more users. |
| Post a message into a channel (or DM). |
Per-feature actions
Action | What it does |
|---|---|
| Queue a form for a named person with optional deadline + reminders. |
| Create a diary entry on a specific area (e.g. a "check-in" entry). |
| Publish a new About section. |
| Flag an About section as required reading. |
| Send reminder to staff who haven't marked a section read. |
| Publish a new policy. |
| Flag a policy as needing acknowledgement. |
| Send reminder for unread policies. |
Flow control + variables
Action | What it does |
|---|---|
| Pause this action. NOTE: only this one action pauses — the rest of the branch is unaffected. |
| Iterate over an array. REGISTERED but iteration support lands in a follow-up — designs save, runs do not yet expand. |
| Store a value into the workflow's variable store. |
| Increment a counter in the variable store. |
| POST a JSON body to an arbitrary URL. |
Heads up —
flow.for_eachis selectable in the builder but the executor doesn't loop yet — your workflow won't iterate. Either avoid it or split per-item branches manually until the executor catches up.