Automate Basics

Glossary

What is workflow automation?

Workflow automation is the use of software to carry out the steps of a workflow automatically, so repetitive tasks run without someone doing each one by hand.

Workflow automation means handing the repetitive, rule-based steps of a process to software. Instead of a person copying details from one app to another, sending the same reminder every week, or moving files into the right folder, an automation tool does it whenever the right conditions are met. The steps are set up once, in advance, and then run the same way each time.

A common example is handling new leads. When someone fills in a contact form on a website, an automation can add them to the CRM, send a confirmation email, post a message in the sales team's chat channel, and create a follow-up task for the right salesperson. None of these steps is hard, but doing them by hand for every inquiry takes time and is easy to forget.

Most tools build automations from the same parts: a trigger that starts each run, actions that do the work, and sometimes conditions, filters, or branches that decide which path to take. Many offer a visual, no-code editor, meaning the steps are arranged by picking options on screen instead of writing code. Some also include AI steps, such as summarizing text or sorting messages by topic.

Automation suits tasks that are frequent, predictable, and clearly defined. It does not fix a process that is unclear to begin with, and it can repeat a mistake many times before anyone notices. Automations also break when a connected app changes or a login expires, so each one needs an owner who checks that it is still running correctly.

An example

Every Friday afternoon, an automation pulls the week's sales figures from a spreadsheet and emails a summary to the team.

Tools where you will meet it