Skip to main content

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:

  1. Trigger — Event that starts the automation (record created, updated, deleted)
  2. Blocks — Logic steps like conditions, data queries, variables
  3. Actions — Execute emails, webhooks, mutations, logging

Building blocks

Managing 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

  1. Click New automation.
  2. Set up the trigger block.
  3. Add blocks and actions.
  4. Turn on the Active toggle at the top to activate it, then click Save.