Automation
Using software to perform tasks without human intervention — triggered by an event, running on a schedule, or responding to conditions.
Automation is the use of software to execute tasks that would otherwise require a human to perform manually. In the context of AI tools and no-code platforms, automation typically means wiring triggers to actions: "when X happens, do Y."
The anatomy of an automation: - Trigger: The event that starts the workflow — a form submission, a new email, a calendar event, an incoming webhook - Condition: Optional logic — "only proceed if the customer is new" - Action: What happens next — send an email, update a spreadsheet, notify a Slack channel, call an AI model
Types of automation: - Task automation: Replacing a single repetitive action (e.g., automatically saving email attachments to Google Drive) - Workflow automation: Multi-step processes across multiple tools (e.g., new lead → CRM entry → personalised email → Slack notification) - AI automation: Using a language model as a step in the workflow to classify, generate, summarise, or make decisions
For builders and freelancers: Automation consulting — building these workflows for clients in Zapier, Make.com, or n8n — is a viable service business. Small businesses pay $150–$300/mo for automations that save them hours per week.
Example
A real estate agent gets a new lead from Facebook Ads. An automation instantly adds the lead to their CRM, sends a personalised welcome email, and pings the agent in Slack — all within 30 seconds, with no manual work.
Related terms
Trigger
The event that starts an automation workflow — such as a form submission, a new email, or a file upload.
Webhook
A way for one application to automatically notify another when something happens, by sending an HTTP request to a URL you specify.
Integration
A connection between two software tools that allows them to share data and trigger actions in each other automatically.
API
Application Programming Interface — a defined way for one software application to request data or actions from another, enabling tools to communicate without a human in the loop.
No-Code
Software tools that let non-programmers build apps, automations, and workflows using visual interfaces instead of writing code.