Automation
Automate workflows that run when events occur in your project. Go to Automation in the top navigation to access the automation builder. Define triggers, add logic blocks, and execute actions — Hyper handles the execution automatically.
What you can build
- Notifications — Send emails or SMS when records change
- Data sync — Push updates to external systems via webhooks
- Business logic — Validate data, auto-assign values, enforce rules
- Audit trails — Log changes for compliance and debugging
How it works
Every automation has three parts:
- Trigger — Event that starts the automation (record created, updated, deleted)
- Blocks — Logic steps like conditions, data queries, variables
- Actions — Execute emails, webhooks, mutations, logging
Building blocks
Triggers
Define when your automation runs
Learn moreConditions
Add if/else logic to control flow
Learn moreRecords
Query data from your collections
Learn moreVariables
Create computed values for reuse
Learn moreLoop
Iterate over lists of records
Learn moreCode
Write custom TypeScript logic
Learn moreActions
Execute emails, webhooks, mutations, logging
Learn moreManaging automations
Your automations are listed in the left sidebar, grouped by status:
- Drafts — Automations that are turned off.
- Live — Automations that are on and running.
Use the search box to find an automation by name.
Quick start
- Click New automation.
- Set up the trigger block.
- Add blocks and actions.
- Turn on the Active toggle at the top to activate it, then click Save.
Related
- Creating Automations — Build your first workflow
- Triggers — Learn about event types
- Actions Overview — See available actions