Actions
Actions do the work of an automation. After the trigger fires and any conditions pass, actions run. Add one from Add Condition, Record or Action below any block, select Action, then pick an action type. Hover a type to preview it, click to choose.
Available actions
Send Email
Deliver an email to one or more recipients
Learn moreWebhook
Call an external HTTP endpoint
Learn moreMutations
Insert, update, or delete records
Learn moreUpdate Trigger Record
Patch the record that fired the trigger
Learn moreLogger
Write a message or fields to the run log
Learn moreCall On-Demand
Run another on-demand automation
Learn moreDynamic values
Every action field that accepts input supports {{template}} tokens. Click the + picker beside a field to insert a value from the trigger, a Record block, a Variable, or a webhook response — see the value picker.
- Trigger / records:
{{alias.field}} - Variables:
{{variableName}}
Multiple actions
Add several actions to run in sequence, top to bottom:
Trigger: Order completed
├─ Action: Send Email to customer
├─ Action: Webhook to inventory system
└─ Action: Logger for the audit trail
Related
- Send Email — Deliver an email
- Webhook — Call an external endpoint
- Mutations — Insert, update, or delete records
- Update Trigger Record — Patch the triggering record
- Logger — Write to the run log
- Call On-Demand — Run another automation