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 moreActions
Execute emails, webhooks, mutations, logging
Learn moreQuick start
- Click Add to create a new automation.
- Set up the trigger.
- Add actions.
- Click the Activated toggle to turn it on, then click Save.
Related
- Creating Automations — Build your first workflow
- Triggers — Learn about event types
- Actions Overview — See available actions