Command Palette

Search for a command to run...

Automations

Set up triggers and actions that run automatically to streamline your workflow.

What Are Automations?

Automations let you put repetitive tasks on autopilot. Instead of doing the same thing manually every time, you define a trigger (the event that starts it) and one or more actions (what happens next). Wyatt takes care of the rest.

The Trigger-Action Model

Every automation follows a simple pattern:

When something happens then do something.

For example:

  • When a new row is added to the "Leads" database then send a notification to the sales channel.
  • When a document is created in the "Reports" folder then run the Summarize skill and add the summary to a tracking table.
  • When it's 9 AM on Monday then generate a weekly status report from the Tasks database.

You can chain multiple actions together in a single automation, and each action runs in sequence.

Use Cases

Automations are useful across all kinds of workflows:

Use CaseTriggerAction
Task notificationsRow status changes to "Blocked"Send a notification to the assignee
Weekly digestEvery Monday at 9 AMSummarize recent documents and post to a conversation
New hire onboardingRow added to "Team Members" tableCreate a welcome document from a template
Content pipelineDocument moved to "Ready for Review" folderNotify the editorial team
Data cleanupOn a daily scheduleRun a skill that flags incomplete database rows
Tip

Start simple. A single trigger and action is often all you need. You can always add complexity later.

Creating an Automation

  1. Navigate to Automations in the sidebar.
  2. Click New Automation.
  3. Choose a trigger — the event that kicks things off.
  4. Add one or more actions — what should happen when the trigger fires.
  5. Give your automation a name and click Save.

Your automation is now live and will run automatically whenever the trigger condition is met.

Next Steps