Automation and AI

What to automate first: three tasks that take a small business an hour a day

·Andrei
Two young developers smiling at their laptops

Not "implement AI" — get an hour back. Three routines almost every business has, and how each is closed with free tools.

How do you decide what to automate?

A simple test: what did you do yesterday, the day before and last week in exactly the same way? Not "similar" — the same: the same actions, the same fields, the same answers. Anything that passes this test can be handed to a workflow. Anything that requires a decision — not yet. In small businesses three such routines come up almost every time.

Task one: the same questions in messengers

"How much is it?", "Are you open on Saturdays?", "Where are you?", "Do you deliver?" — ten questions cover 80% of incoming messages. A Telegram or WhatsApp bot that answers them from your list, and for everything else says "let me check" and hands over to a person, takes a day to build and runs on the free Bot API. The main rule: the bot does not invent. If the answer is not in the knowledge base, it calls a human. Such a bot does not annoy customers, because it answers the simple instantly and stays out of the way on the complex.

Task two: copying enquiries from e-mails into a spreadsheet

An enquiry arrives by e-mail, someone opens it, copies the name and phone into a spreadsheet or CRM, sets a call-back task. Five minutes per enquiry, twenty enquiries a week — almost two hours. A workflow that reads incoming e-mails from the website form and creates the row itself, with a notification to the owner, is built on the free tiers of Make or n8n, or as a small script on the server. It makes no typos and does not forget on Fridays.

Task three: the "how are we doing" report

Every morning the owner opens the ad account, the sales spreadsheet and the bank — and adds it up in their head. A script that once a day collects three figures (yesterday's enquiries, yesterday's sales, yesterday's ad spend) and sends them as one Telegram message takes an evening to set up and saves twenty minutes every day. More importantly, the figures start to add up, because they are no longer collected by a person from memory.

What not to automate first?

Answers to difficult customer questions, pricing, negotiation and anything where tone matters. Here AI helps as a draft, not as an autopilot. A bot's mistake in a price or a promise costs more than the minutes saved. Start with mechanical routine where there is one correct answer and it is known.

What does it cost?

All three tasks above are covered by tools with free tiers; the only cost is the time of whoever builds it. If you build it yourself, count a weekend. If you would like us to build it and show it working on your data before you pay, that is our Automation service.

Sources

  1. Telegram Bot API — documentation
Next stepAutomation with AI: the routine you no longer do by handBots and workflows that answer customers, fill in documents, route enquiries and send you a report in the morning. Running on free tools or those you already pay for.