Artikel 56
code

Understanding Simple Automations: Planning and Implementing Workflows with AI

Sebastian Rydz4. März 202611 min Lesezeit

What Are Automations and Why Should You Know About Them?

Imagine you receive ten emails with orders every day. For each order, you need to enter the data into a spreadsheet, send a confirmation email, and update the inventory. That is three manual steps per order, or thirty actions per day for ten orders. What if all of that happened automatically?

That is exactly what automations do. At their core, they follow a simple principle: "If X happens, then do Y." In technical terms, this is called a workflow or an automation. The trigger starts a chain of actions that run without your intervention.

In the previous article, you learned how to master Excel and Google Sheets with AI. Now we take it a step further: instead of optimizing individual spreadsheets, we connect different tools and services so that information flows automatically.

The most important thing upfront: you do not need to be a programmer to create automations. Today there are platforms that make the whole thing as easy as snapping Lego bricks together. And with AI at your side, it becomes even easier because it helps you with planning, describing, and troubleshooting.

In this article, you will learn the basics of automations, get an overview of the most important platforms, and discover how to use AI to plan your first workflows. By the end, you will understand how much time you can save with clever automations.

The Building Blocks: Triggers, Actions, and Conditions

Every automation consists of three building blocks that you can think of as links in a chain.

1. The Trigger

The trigger is the event that starts the automation. Examples: a new email arrives, a form is filled out, a file is uploaded, a specific time is reached, or a value in a spreadsheet changes. Without a trigger, nothing happens. It is the start button of your automation.

2. The Actions (What Should Happen)

After the trigger, one or more actions follow. These are the things that should be done automatically. Examples: send an email, create an entry in a spreadsheet, post a message in Slack or Teams, rename or move a file, create a calendar event.

3. The Conditions (Filters)

Sometimes not every trigger should initiate an action. Conditions filter: "Only if the email is from this sender" or "Only if the amount is over 100 euros." Conditions make your automations intelligent.

An example to illustrate:

Trigger: A customer fills out a contact form on your website.
Condition: The concern is marked as "urgent."
Action 1: The inquiry is entered into a Google Sheets spreadsheet.
Action 2: You receive a Slack message with the details.
Action 3: The customer receives an automatic confirmation email.

All of this happens in seconds without you lifting a finger. And that is exactly how every automation works, no matter how complex: trigger, optional conditions, then actions.

When you ask AI to help with an automation, it is helpful to use exactly this structure. Describe the trigger, the conditions, and the desired actions. This way, AI understands exactly what you need and can suggest the right steps.

Make, Zapier, and n8n: Overview of the Three Major Platforms

There are several platforms that let you create automations entirely without programming. The three most well-known are Make (formerly Integromat), Zapier, and n8n. Each has its strengths, and AI can help you with all three.

Zapier: The Beginner's Friend

Zapier is probably the best-known automation platform. It is especially beginner-friendly because it has a very clear interface. Automations are called "Zaps" here. You select a trigger, connect it with an action, done. Zapier supports over 6,000 apps and services, from Gmail to Slack to Shopify.

Zapier's strength: simplicity. If you need a straightforward automation (A happens, then do B), Zapier is perfect. The platform also has a free plan for simple automations.

Make: The Versatile One

Make (formerly Integromat) is somewhat more powerful than Zapier and offers a visual interface where you can build your workflows like flowcharts. Automations are called "Scenarios" here. Make can handle branches, loops, and complex data transformations.

Make's strength: flexibility. If your workflow needs to make decisions, transform data, or take multiple paths, Make is the better choice. The free plan allows 1,000 operations per month.

n8n: The Open Source Alternative

n8n is an open-source platform that you can either use in the cloud or install on your own server. It offers similar features to Make but gives you more control over your data and is completely free when self-hosted.

n8n's strength: control and privacy. If you do not want to share your data with external services or have very specific requirements, n8n is ideal. However, the setup is somewhat more technical than Zapier or Make.

Which platform is right for you?

Ask AI! Describe what you want to automate and ask for a recommendation. A good prompt for this:

"I want to [describe your automation]. I am a beginner with no programming skills. Which platform (Zapier, Make, or n8n) do you recommend, and why? What costs should I expect?"

Typical Automations for Everyday Life

To give you an idea of what is possible, here are some typical automations you can implement without programming skills. Each of these can be planned and built with AI assistance.

Email Management:

  • Automatically save email attachments to Google Drive or Dropbox
  • Automatically sort emails with specific keywords into folders
  • Send automatic replies to frequently asked questions

Social Media:

  • Automatically share new blog posts on Twitter, LinkedIn, and Facebook
  • Automatically publish Instagram posts as Pinterest pins
  • Collect social media mentions in a spreadsheet

Project Management:

  • Automatically create new tasks from emails in Trello, Asana, or Notion
  • Receive daily summaries of open tasks via Slack or email
  • Automatically move completed tasks to an archive

Customer Communication:

  • Automatically add new newsletter signups to the mailing list
  • Transfer contact form submissions to a CRM system
  • Send automatic welcome emails to new customers

Finance and Accounting:

  • Automatically log new invoices in a spreadsheet
  • Match incoming payments with open invoices
  • Automatically create monthly reports and send them by email

The beautiful thing about these examples: none of them require programming. All can be assembled on the mentioned platforms using drag and drop. And if you are not sure how: AI explains every step to you.

From Idea to Implementation: Planning Automations with AI

The most important step in any automation is planning. Before you click anything together, you should know exactly what should happen. And this is exactly where AI is a fantastic sparring partner.

Step 1: Identify the Problem

Ask yourself: What task do I do regularly that always follows the same pattern? What costs me a lot of time even though it is essentially "mindless" work? Where do I sometimes forget steps?

Step 2: Describe the Workflow

Describe your current manual process to AI. Be as specific as possible:

"Every day at 9 AM, I open my email inbox and search for emails with the subject 'Order'. For each order, I copy the customer data (name, address, order number, amount) into a Google Sheets spreadsheet. Then I send the customer a confirmation email with the estimated delivery time. At the end of the day, I create a summary of all orders and send it to my colleague."

Step 3: Ask AI for an Automation Plan

Now ask AI to translate this manual process into an automation:

"Based on the process I described: create an automation plan for Zapier. Describe each step: which trigger, which actions, which connections between apps. Explain which Zapier modules I need and how to configure them."

Step 4: Implement Step by Step

AI will provide you with a detailed plan. Implement it step by step. If you get stuck at any point, take a screenshot of where you are stuck and describe your problem to AI. It will help you move forward.

Step 5: Test and Refine

Test your automation with a test dataset. Does everything work as desired? If not, describe to AI what is different than expected. Automations are rarely perfect on the first try. That is normal and no cause for concern.

A particularly valuable prompt for planning: "What error sources and edge cases should I consider for this automation?" AI will point out situations you might not have thought of: What happens if an email has no subject line? What if the spreadsheet is full? What if the service is temporarily unavailable?

Saving Time: How to Calculate the ROI of Your Automations

A legitimate question is: Is the effort worth it? The answer is almost always yes, but it helps to calculate it concretely. AI can help with this too.

The simple calculation:

If a task costs you 15 minutes daily and you automate it, you save 75 minutes per week, over 5 hours per month, over 60 hours per year. That is more than one and a half work weeks! Even if setting up the automation takes two hours, you recover the investment in less than two weeks.

Prompt for ROI calculation:

"I spend approximately [X minutes/hours] per [day/week/month] on the following task: [describe task]. Setting up an automation would take approximately [Y hours]. Calculate the return on investment for me: When will the automation pay for itself in terms of time? How much time will I save per year?"

Besides time savings, there are other benefits that are often underestimated:

  • Fewer errors: Automated processes do not make typos, do not forget steps, and work just as carefully on Friday evening as on Monday morning.
  • Consistency: Every customer receives the same quality of processing, regardless of how stressful your day is.
  • Scalability: Whether you process 10 or 100 orders per day, the automation takes the same amount of time (namely, none of yours).
  • Documentation: Automated processes are automatically documented. You can always trace what happened and when.
  • Focus: When routine tasks are handled automatically, your mind is free for the things that truly require your attention and creativity.

Start with a single automation that saves you time daily. When you see how well it works, you will quickly discover more opportunities. Many people report that after their first successful automation, they suddenly see potential everywhere.

Common Pitfalls and How to Avoid Them

So that you do not fall into typical traps, here are the most common pitfalls with automations and how to avoid them.

Pitfall 1: Too much at once

The most common mistake: you try to automate a complex process with ten steps all at once. Better: start with the simplest part, test it, and then expand piece by piece.

Pitfall 2: No error handling

What happens when a service is unreachable? When an email has an unexpected format? Always ask AI to consider error scenarios. Make and Zapier have dedicated modules for error handling.

Pitfall 3: Forgetting data privacy

If you want to automatically transfer customer data between different services, pay attention to data privacy. Ask AI: "What data privacy aspects do I need to consider for this automation? Are all services being used GDPR-compliant?"

Pitfall 4: Not testing

Test every automation thoroughly before letting it loose on real data. Use test data and check each step individually. Most platforms have a test mode. Use it!

Pitfall 5: Set and forget

An automation is not a "set it up once and never look at it again" situation. Regularly check that everything is still running correctly. Apps change, APIs get updated, and sometimes connections break. A monthly check is usually sufficient.

If you encounter a problem, describe it to AI as precisely as possible: which platform you are using, which step you are performing, what should happen, and what happens instead. With this information, AI can help you specifically to find and fix the error.

Exercise: Describe a Simple Workflow and Translate It with the Prompt Generator

Now it is your turn! In this exercise, you will describe an everyday process and use the prompt generator at optiprompt.io to translate it into an automation plan.

Your task:

Choose one of the following processes (or your own) and create a detailed automation plan using the prompt generator:

  1. Email to spreadsheet: Every day, emails with orders arrive. The most important data should be automatically entered into a Google Sheets spreadsheet.
  2. Social media scheduling: When you publish a new blog post, it should automatically be shared on three social media channels.
  3. Appointment management: When someone fills out a form for a consultation appointment, a calendar event should automatically be created and a confirmation email sent.

How to proceed:

  1. Open the prompt generator at optiprompt.io
  2. Select the structured variant
  3. Describe your manual process as the starting point
  4. Specify that you want an automation plan for one of the platforms (Zapier, Make, or n8n)
  5. Add details: which apps you use, what data should flow, what conditions apply
  6. Generate the prompt and use it in your preferred AI

Bonus task: Ask AI to describe the same workflow for all three platforms (Zapier, Make, n8n). Compare the approaches: Which platform makes it easiest? Which offers the most possibilities?

You will see: once you start thinking in automations, you discover opportunities to save time everywhere. And with AI as your planning partner, implementation becomes a breeze.

In the next article, we cover setting up AI assistants: your personal helper. You will learn how to use Custom GPTs and Claude Projects to build tailored AI assistants for recurring tasks. This is the next level of productivity!

Autor

Sebastian Rydz

Das OptiPrompt Team teilt Wissen und Best Practices rund um KI und Prompt Engineering, um dir zu helfen, bessere Ergebnisse mit KI-Modellen zu erzielen.

Bereit, deine Prompts zu optimieren?

Erstelle mit OptiPrompt professionelle Prompts in Sekunden – kostenlos starten.