UTOMAT

09 Jul 2026

So You Want to Set Up Utomat: A Beginner's Honest Walkthrough

Getting started with automation doesn't have to mean drowning in documentation. Here's what I actually did when I first set things up, and what I'd do differently now.

Picture this: you've just decided you're done copy-pasting customer data between three tabs every Monday morning. You've heard automation can fix this. You've landed somewhere on the internet that promises to help. And now you're staring at a blank dashboard wondering what, exactly, you're supposed to do first.

I've been that person. I built the thing you're looking at, and I still remember the moment I realized my own setup process was confusing to someone coming in fresh. So here's what I'd tell a friend who's just getting started.

Before You Touch Anything, Know What You're Automating

The single biggest mistake beginners make isn't picking the wrong tool. It's jumping in without knowing which specific task they want to hand off first.

Automation is not a vibe. It's a solution to a specific, repeating problem. Before you open a dashboard, write down one sentence: "Every [time period], I manually do [task] because [trigger]." If you can't complete that sentence, you're not ready to automate yet, and that's fine. Go find the task first.

For me, the first thing I automated was a follow-up email sequence after someone filled out a contact form. Every single time, I'd wait a day, then write a near-identical email by hand. It took maybe eight minutes each time. Across a month that added up to something embarrassing. That was my sentence: "Every time someone submits a form, I manually write them a follow-up email because I haven't connected my form tool to anything."

Once you have your sentence, setup becomes obvious.

The tools you'll probably connect first

Most beginners start with three types of connections: a form or lead capture tool, an email platform, and some kind of CRM or spreadsheet where contacts live. If you're a service business, that's honestly 80% of what you need to start. The fancy stuff comes later.

According to research from Zapier's State of Business Automation report, the most common first automation among small businesses is email-based, usually something triggered by a new contact or a form submission. That tracks with what I've seen. Start there.

Setting Up Your First Workflow: What the Steps Actually Look Like

I'll walk through this at a conceptual level because the specific clicks change, but the logic doesn't.

Every automation has three parts: a trigger, a condition (optional), and an action. The trigger is the thing that starts it. The condition is a filter, if you need one. The action is what happens as a result.

For the follow-up email example: the trigger is "new form submission received." No condition needed. The action is "send email from template A after 24 hours."

When you're setting this up for the first time, the parts that trip people up are almost never the big logic. They're the small stuff.

Authentication and permissions

Connecting two tools means both tools need to trust each other. That usually means OAuth, which is just a fancy word for "click this button, log in to your other account, click allow." Don't overthink it. If it asks for permissions, grant them. If it fails, log out of the other tool and try again. Ninety percent of connection errors are just a stale login token.

Testing before you go live

Run your automation in test mode before it touches real data. Most platforms have a way to fire a fake trigger and trace what would have happened. Use it every time. I didn't do this once, and I sent a test email to a real client at 2am. Not my best moment.

A good walkthrough of how to test automations before deployment is covered in the Make (formerly Integromat) documentation, which applies broadly to how most modern automation tools handle this.

Where Beginners Get Stuck (And How to Get Unstuck)

I've watched a lot of people set up their first workflow, and the sticking points cluster around the same few things.

Data mapping. This is when you're telling the automation what to do with the information it receives. If your form collects "First Name" but your email platform expects "given_name," you need to map those together. It sounds technical. It isn't. It's just drag-and-drop matching. Take your time here and check it twice.

Over-engineering the first one. Beginners want to build the perfect workflow. Five branches, eight conditions, logic for every edge case. Stop. Build the simple version first, let it run for two weeks, then add complexity based on what actually breaks. I wrote about this failure mode a bit in Why I moved my studio site off Firebase, Utomat, which isn't quite the same topic but captures the same instinct: trying to build the permanent solution before you understand the real problem.

Not knowing what "broken" looks like. Set up notifications when your automation fails. Every platform has error alerts. Turn them on. An automation that silently fails is worse than no automation at all.

A Realistic Timeline for Getting Useful

Here's what I'd expect if you're starting today with no prior experience.

Day one: pick your first task, connect your two tools, build the workflow, test it. This takes two to four hours if you're being careful. Longer if authentication fights you.

Week one: watch it run on real data. Note anything weird. Don't change anything yet.

Week two: now you have evidence. Fix the actual problems. Add one small improvement.

Month one: your first workflow is reliable and you understand how to build the next one. That's the whole goal for month one.

A 2024 report from McKinsey found that organizations which start automation with narrow, well-defined processes get to measurable ROI faster than those that try to overhaul entire departments at once. The lesson for a one-person operation is the same: go small, go specific, go first.

The Stuff Nobody Warns You About

A few things I wish someone had told me.

Free tiers have limits. Most automation platforms cap the number of runs per month on their free plans. Know your limits before you go live, or you'll have a workflow that works great until it silently stops mid-month.

Automations need maintenance. Software updates. APIs change. The connection that worked last year sometimes breaks when one of the tools pushes an update. Check your error logs once a month. It takes five minutes.

Documentation is your friend even when you built the thing. Write a one-paragraph note about what each workflow does and why. Future you will be grateful. This is especially true if you're building things for a client or handing off to someone else, a topic I've written more about on the Blog, Utomat.

What Comes After Setup

Once you've got one workflow running reliably, the next move is usually to find the second most painful manual task and repeat the process. Then the third. After three or four of these, something interesting happens: you start seeing automation opportunities you wouldn't have noticed before. The mental model shifts.

At that point you're not a beginner anymore. You're someone who automates things. That's a genuinely useful thing to be.

If you want to understand more about what this kind of work actually looks like in practice, About, Utomat gives you the honest version of what I do and who I build for. And if you want to see the range of things I've written and learned along the way, the Utomat, AI automation, built in public homepage is a reasonable place to start.

If you're stuck at a specific step, or you've got a workflow in mind and you're not sure how to build it, reach out. I'm a person, not a support ticket queue, and I'm happy to think through it with you.

Related reading: How to Automate Customer Onboarding (Without Losing the Human Touch).

Related reading: An Honest Look at My Own Work: What Utomat Actually Is and Isn't.