Lesson 1 of 7
What automation actually is
6 min read
You forward the same kind of email, copy the same detail into the same spreadsheet, post the same update — over and over. What if a tool just did it the moment it needed doing, without you?
When this, do that
Automation is one simple rule: when this happens, do that. The "this" is a trigger — an event an app notices, like a new email landing. The "that" is an action — what happens in response, like posting a message to your team. You don't write code; you just point at the trigger and pick the action.
Every automation, however big, is built from one sentence: when [trigger], do [action]. Learn that shape and everything else is detail.
It runs without you
Here's the payoff: once you set it up, it runs on its own — day and night, every time the trigger fires, even while you sleep. You do the thinking once; the tool does the doing forever after.
You're not doing the task any more — you taught a tool to do it, once, so it handles every future case for you.
A trigger can be almost anything an app can notice — a new email, a form submitted, a row added to a sheet, or simply a set time each day.
The shape of it
- —Automation is a rule: when a trigger happens, run an action.
- —A trigger is an event; an action is the response. No code needed.
- —Set it up once and it runs on its own, every time, forever.
In every automation, what is the "trigger"?
Continue in the app
Take the whole Automation 101 course — tracked
Get your personalized path, progress and streaks in the app — this lesson and every next one, in order.