
Master N8N from scratch by building simple, practical AI automations without coding. Learn prompts, API integrations, and how to turn workflows into a scalable business.
Explain what n8n is and isn't, review the platform, hosting options, and build your first workflow. Learn prompt design, JSON basics, credentials, and HTTP requests with webhooks for AI automation.
Learn what n8n is not: an open source automation platform with a licensing caveat. Build AI-powered workflows and autonomous agents on a flexible canvas, choosing self-hosted or cloud options.
See the n8n dashboard in action, including credentials, executions, and data tables. Preview two built workflows: a company website finder and a yacht configurator that creates images and stores data.
Discover how to access n8n via the official cloud or self-hosting, compare pricing and data control, and sign up or configure themes for your AI automation workflow.
Compare self-hosted n8n options with the official n8n cloud, highlighting cost savings and data control, and learn why repo cloud offers a simple, affordable self-hosting path.
Host n8n on RepoCloud for a fast, cheap setup compared to the official cloud. Learn deployment steps, license activation, and creating your first workflow.
Back up your important workflows before updating n8n to the latest version in RepoCloud or on a self-hosted server.
Learn how to host n8n on your own cloud server. Compare official n8n cloud and repo cloud, and understand why a client-branded cloud server offers data privacy and 24-7 access.
Set up your own cloud server and install n8n, then configure DNS records to map your IP to your domain; beginners should start with repo cloud for simplicity.
That lecture is out of another recent training program of mine. Nevertheless it is the exact way I recommend to you and what I do also for my clients when setting up their n8n instance on their own server.
That lecture is out of another recent training program of mine. Nevertheless it is the exact way I recommend to you and what I do also for my clients when setting up their n8n instance on their own server.
That lecture is out of another recent training program of mine. Nevertheless it is the exact way I recommend to you and what I do also for my clients when setting up their n8n instance on their own server.
That lecture is out of another recent training program of mine. Nevertheless it is the exact way I recommend to you and what I do also for my clients when setting up their n8n instance on their own server.
That lecture is out of another recent training program of mine. Nevertheless it is the exact way I recommend to you and what I do also for my clients when setting up their n8n instance on their own server.
That lecture is out of another recent training program of mine. Nevertheless it is the exact way I recommend to you and what I do also for my clients when setting up their n8n instance on their own server.
Update your self-hosted n8n to the latest version on your cloud server by updating the docker compose file to the latest version, then pull the new image.
Launch your first n8n workflow and explore its functionalities step by step, transforming a real estate listing pdf into an email offer or a concise summary.
Learn to import and export n8n workflows using .json files, including import from file and downloading dot JSON workflows, with provided prompts and API key adjustments.
Learn to build a real estate analyzer workflow in n8n using a form submission trigger, PDF upload, and conditional paths for offer emails or bullet point summaries, with OpenAI integration.
Learn to integrate OpenAI credentials in n8n workflows, connect ChatGPT, and build prompts that generate bullet-point summaries, emails, and images from real estate listings.
Master prompting techniques for large language models with clear, complete instructions and context. Adopt a structured prompt approach using role, task, output structure, and examples to guide AI automation workflows.
Understand the JSON data format (JavaScript object notation) as a readable, structured way to exchange data for webhooks and APIs, with keys, values, and schema.
Configure Google credentials for a self-hosted n8n workflow, including client ID and client secret, to access Gmail, Google Sheets, Google Docs, Google Drive, and Custom Search via Google Cloud Console.
Build an email classifier and autoresponder workflow for sales inquiries, job applications, and irrelevant emails. Trigger via Gmail, poll every five minutes, and store applicants' data in Google Sheets.
Build a workflow that classifies emails into random, sales, and job applications with a text classifier and an OpenAI LLM, then automate Gmail actions and export data to Google Sheets.
publish and execute an end-to-end n8n workflow that classifies emails, generates responses with an llm, extracts personal data, attaches guidelines, and logs results in google drive and sheets.
Explore APIs, http requests, and webhooks to power integrations in n8n workflows. Learn when to use post and get requests and how webhooks propel data into your automation.
Demonstrate how to use n8n to perform get requests for website scraping, with a quick compare to post and a webhook, then show extracting meaningful content for llm analysis.
Explore how to use a post request in n8n to send an image prompt to an ai image platform, then retrieve the generated image with a get request.
discover how webhooks start n8n workflows from anywhere, enabling autonomous automation. learn to set up a webhook, choose get or post, test with curl, and return an image URL.
Apply the five-step process to turn an idea into a real AI automation workflow, using n8n elements, data storage, and automated emails via Gmail.
Set up serp ai and appify accounts to obtain two api tokens, one for serp ai and one for appify, for google search and indeed scraping, then continue building n8n.
Build an n8n workflow that integrates the Appify Indeed scraper to fetch CFO job listings in the United Kingdom, using a post request, JSON payload, and API token.
Build an n8n loop that triggers via http, writes to a Google Sheet, and uses a large language model with serp ai to identify software companies and websites.
Build an automated workflow to identify a software company, pin scraper data, use SERPAI for Google search, extract the official website, and log results in Google Sheets.
Learn to build a robust scraping workflow that checks for a website before scraping. Handle http errors, extract html content with selectors, and find a company email from site text.
Build n8n workflows to scrape company websites, extract partial emails, assemble complete addresses, and store results in Google Sheets while leveraging sub workflows.
Build a sub workflow to send emails, fetch rows from Google Sheets, generate outreach emails with a large language model, create drafts in Gmail, and mark contacts as yes.
Finalize the n8n workflow through testing of email draft creation, sub workflows, and Google Sheet updates, and outline improvements like a daily schedule trigger and better email extraction.
Set up data tables in n8n to store and access data faster and more reliably than Google Sheets, and learn column setup, row insertion, and conditional queries such as bank balance.
Master the code element in n8n to transform JSON data with JavaScript, merging first and last names into a single name and preserving other fields for AI automation workflows.
Discover how an AI agent solves problems flexibly by combining a large language model with tools, prompts, knowledge, and memory, and how to build one with N8n.
Create a Telegram bot and configure an n8n credential to power an AI agent that acts as a personal assistant and accesses tools such as financial data.
Build an ai agent in n8n with a telegram trigger, routing text and voice via a switch, transcribing voice, and using gpt 5.1 with a Binance Checker tool and memory.
Create a finance checker tool in n8n that triggers from another workflow, queries bitcoin price and stock quotes from Alpha Vantage, and returns current prices.
Finalizes and tests an n8n telegram ai agent by wiring tools to a finance checker workflow, testing text and voice responses via Telegram.
Do you want to truly understand AI automation with n8n and build real and useful workflows from scratch, even if you have no coding or technical background?
Then this n8n Masterclass is a great fit for you.
In this course, I teach AI automation from the ground up using n8n as the core tool. Step by step, you learn how to build powerful workflows that automate real business processes. The focus is on practical systems that are actually used in real projects, without theory overload or unnecessary complexity.
My name is Dominik, and I did not come from a traditional developer or IT background. I learned n8n by building AI automations for real companies, and this course is based entirely on that experience. You will not only learn how to build workflows, but also how to think like an automation builder.
We start simple and increase complexity gradually. You learn what n8n is, how it works, and how to set it up in the cloud or in a self hosted environment. From there, we move into practical examples that teach all core n8n concepts in a clear and logical order, so the learning process stays easy to follow.
At the end off the course I added an entire dedicated chapter about Claude Code and how to use it to build n8n workflows. Claude Code is insanely powerful and within that course I give you the entire setup so it can even build n8n workflows for you.
A major focus of this course is working with AI and large language models. You learn how to write effective prompts, how to integrate AI into n8n workflows, and how to combine AI with APIs and external tools to create powerful automations.
The course also teaches how to design automation processes, test and improve workflows, and turn them into stable systems. I also share my personal approach to getting first paying AI automation clients and how to handle early conversations.
By the end of this course, you will understand how to build your own AI automations from scratch and how to apply these skills in real business scenarios.