Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
n8n for Beginners: Google Workspace Automation with AI
Hot & New
New
Rating: 4.9 out of 5(4 ratings)
106 students

n8n for Beginners: Google Workspace Automation with AI

Learn to automate Google Docs, Google Sheets, Google Drive and Gmail, all for free on your own computer
Created byAndrew Williams
Last updated 5/2026
English

What you'll learn

  • Install n8n locally (totally free) or on a VPS, and understand the difference between local and cloud setups.
  • Navigate the n8n interface confidently, including workflows, node types, and how to connect Google accounts securely.
  • Automate Google Drive by creating folders automatically, organising files, and checking for new files.
  • Use Google Sheets as part of your automations by writing data to sheets, reading it back, and working with the data.
  • Connect AI to your workflows using OpenRouter, local AI (free) and the AI Agent node.
  • Automate Google Docs to create and update documents, generate article outlines, expand them into full articles, and post to WordPress.
  • Build Gmail automations that check for new emails, add leads to a sheet, and send automated replies.
  • Build a Content Tone Rewriter - rewrite any piece of content in a different tone, e.g. professional, friendly, or persuasive.
  • Build a Grammar Correction Tool - to check spelling and grammar. And a complete line editor.
  • Build an AI Humanizer - check your content for AI "tells" so you can make your AI generated content sound like it was written by a human.
  • Create a Social Media Factory - Take an article and generate different versions for social media posts on X, LinkedIn, and Facebook
  • Create Job‑Specific Resume & Cover Letter Generator - Take a job description, and your current resume, and get AI to generate a better resume & cover letter.

Course content

9 sections52 lectures7h 5m total length
  • Introduction3:45

    In this video, I introduce the course and explain how you’ll learn to build AI-powered automations in N8n without writing code. I take a beginner-friendly “blank canvas” approach, teaching workflows step-by-step so you understand how everything works instead of simply copying finished automations.

    Throughout the course, you’ll learn how to set up N8n locally, connect Google Workspace tools like Drive, Sheets, Docs, and Gmail, and integrate AI tools through Open Router or local AI models. Together, we’ll build intelligent workflows that can organize data, automate communication, generate content, and publish results automatically.

    The course is divided into four phases covering setup and installation, Google Workspace automation, AI-powered workflow creation, and hands-on capstone projects like content rewriting, social media automation, and resume generation. By the end, you’ll have the confidence to build, customize, and troubleshoot your own automation systems from scratch.

  • Introduction to n8n & Google Workspace12:17

    This video explains how everyday tools like Google Sheets, Google Docs, and Gmail can be connected using N8n to create a fully automated, intelligent system. Instead of manually copying data between apps or handling repetitive tasks, you learn how to centralize everything into a single workflow where information moves automatically.

    It introduces N8n as a visual, no-code automation platform that acts as a central hub between your apps. On top of this, AI is added to make workflows smarter—enabling tasks like summarizing documents, generating replies to emails, categorizing leads, and creating content from raw data.

    The video breaks automation into three core parts: triggers (what starts the workflow), logic (decision-making and routing), and actions (what gets done, such as sending emails or updating documents). A full example workflow shows how form submissions can be captured, processed, organized into Google Sheets and Docs, and then used to automatically generate responses and notifications.

    It also highlights the real-world impact of automation, showing how manual work like copying data or responding to leads can take minutes per task, while automation reduces it to near-instant execution. Combined with AI, this not only saves time but improves speed, accuracy, and responsiveness.

    Finally, it explains that N8n is beginner-friendly with a low entry barrier through drag-and-drop building, but also scalable into advanced automation with APIs and custom logic. The key takeaway is that you can start simple, get quick results, and gradually build powerful AI-driven systems that run in the background.

  • Local vs Cloud Install3:51

    This video explains where your N8n automations can live and compares the two main hosting options: local setup and cloud/VPS hosting.

    It shows how running N8n locally is the simplest and cheapest option, since everything runs on your own computer and can even use locally hosted AI for free. This gives full control and privacy, making it ideal for learning and building initial workflows. However, a limitation is that automations only run while your computer is on.

    The video then explores cloud and VPS hosting, where automations run 24/7 on remote servers. This option is more reliable and allows workflows to operate continuously, but it requires either paying for managed cloud services or maintaining your own server. A VPS is presented as a balanced middle ground—affordable, flexible, and still giving you full data control, with providers like Hostinger used as an example.

    Finally, it compares costs and ease of use between self-hosting and managed cloud subscriptions, highlighting that cloud services are simpler but more expensive, while VPS and local setups offer lower cost and more control. The key takeaway is to choose based on your stage: start locally for learning, then move to VPS or cloud when you need always-on automation.

  • Install n8n Locally12:07

    This video walks through how to install N8n locally on your computer using Docker.

    It begins by explaining that Docker is required to run N8n in a containerized environment and guides you through downloading and installing Docker Desktop based on your operating system. It also covers common installation issues, such as running the installer as an administrator and fixing errors related to Windows Subsystem for Linux (WSL).

    Once Docker is set up, the video moves on to installing N8n itself by pulling the official N8n image and creating a container. You configure key settings such as the container name, port (5678), and a persistent data volume to store your workflows.

    The setup also includes important environment variables like time zone settings, file permission enforcement for security, and enabling background runners to improve performance. After configuration, the container is launched and N8n becomes accessible through localhost in your browser.

    Finally, you complete the initial setup by creating a user account, optionally activating a free license, and accessing the N8n interface where you can start building workflows from scratch or using templates. The video concludes by showing how to stop the container when not in use and confirming that N8n is now successfully installed locally and ready for automation building.

  • What is Docker Desktop?3:16

    This lecture describes what Docker Desktop is, and why I've chosen to run n8n inside it.

  • n8n on a VPS5:59

    This video gives a walkthrough of what it looks like to run N8n on a VPS instead of a local computer, using a Hostinger setup as an example.

    It starts by explaining that VPS installation steps are covered in a separate downloadable PDF guide, allowing you to follow the process at your own pace. The focus here is on what happens after installation is complete.

    You’re shown the VPS dashboard, where you can view server details like IP address, status, resource usage (CPU, memory, disk), and manage options such as rebooting or upgrading the server. From there, you access the installed N8n application through the “Manage app” option.

    Once inside, you log in using your N8n credentials (not your VPS account) and access the full N8n interface. The video briefly highlights UI options like workflows, credentials, executions, and settings, and shows how to switch between dark and light themes.

    It also demonstrates how to directly access N8n through a saved URL, so you don’t need to go through the VPS dashboard every time.

    Finally, the video explains why VPS hosting is useful compared to local installation—mainly for always-on workflows and support for webhooks. Unlike local setups, VPS allows external services to trigger automations instantly, which is essential for real-time workflows like email monitoring or API event handling.

  • n8n Interface Tour11:27

    This video explains how to install and use N8N with Docker and walks through the core interface so you can start building automations quickly. It begins with starting N8N from Docker Desktop and accessing it through your browser, then covers signing in and navigating the main areas of the platform, including workflows, credentials, executions, and settings. You’ll learn how the canvas works, how to create a new workflow, and how nodes are added and connected to build automations visually. The tutorial demonstrates a simple example using a form submission node, showing how user input is captured, processed, and passed between nodes. It also explains how to test workflows, use the pin feature to reuse sample data, and inspect execution logs to understand how data moves through each step. By the end, you’ll have a clear understanding of how N8N workflows are structured and how to begin creating your own automations.

  • Types of Node13:38

    An overview of the nodeIn this video, I’ll introduce the main n8n nodes we’ll use to automate Google Workspace. I’ll show you how the Gmail, Google Sheets, Google Docs, and Google Drive nodes work, including their triggers, actions, and basic settings. I’ll also walk through how these nodes can connect together to create a complete automation, such as receiving an email, looking up data, creating a document, and saving or sending the final file.s we'll be using in this course.

  • Connecting Google Accounts (n8n Installed Locally)9:59

    In this video, I’ll show you how to set up the Google credentials you need so n8n can connect securely to Google Workspace. I’ll walk you step by step through creating a project in Google Cloud Console, configuring the OAuth consent screen, creating an OAuth client, and enabling the Google Docs, Sheets, Drive, and Gmail APIs. Then I’ll show you how to add those credentials inside n8n, including the extra credential needed for the Google Sheets trigger. Finally, I’ll test the connection by creating a simple Google Doc and confirming that n8n can access it from Google Drive.

  • Connecting Google Accounts (n8n on VPS)6:47

    If you are installing n8n on a VPS, you will need to setup Cloud Console a little differently. This video shows the complete process.

Requirements

  • No previous experience with n8n is required. This course is designed for beginners and starts from the basics.
  • You will need a computer with an internet connection and a Google account.
  • You should also be comfortable using a web browser and following step-by-step instructions.
  • You do not need to know how to code. The automations are built visually, one node at a time, and any technical steps are explained as we go.
  • No paid AI accounts are required as you can run all AI locally on your own computer.

Description

You do not need any previous experience with AI, n8n, or automation.

Build real Google Workspace automations with n8n and AI – step by step, from your first install to complete real‑world projects.

“n8n for Beginners: Google Workspace Automation with AI” shows you how to connect n8n with Google Drive, Docs, Sheets, Gmail, and AI tools so you can create practical workflows without writing code.

Why this course is different

Most AI automation courses show you a finished workflow and then walk through what it does. That can be useful, but it is not always the best way to learn.

In this course, every automation starts with a blank canvas. We build each workflow one node at a time, so you can see exactly how the automation comes together. As each node is added, I explain what it does, why it is needed, and how it connects to the next step.

That means you are not left guessing how the workflow was constructed or what a particular node is supposed to do. By the end, you will not just have working automations. You will understand how to build, adapt, and troubleshoot them yourself. You'll watch each automation come to life in front of you.

The automations we build are practical too, not just theoretical examples. You will apply each lesson to real-world workflows that can save time, organize information, create content, process data, and connect the tools you already use.

About the Course

You’ll start by setting up n8n, learn how the interface and node types work, then move on to building automations for files, data, documents, email, and AI‑powered content.

In the final module, you’ll work through full project briefs and watch complete solutions being built from scratch, with every Project Brief workflow available as a downloadable JSON file you can import and explore.

What you’ll learn

By the end of the course, you will understand how to install n8n locally for free or on a VPS, and you will know the key differences between local, VPS, and cloud-based setups. You will also be comfortable moving around the n8n interface, working with workflows and different node types, and connecting your Google accounts securely.

You will learn how to build practical automations using Google Drive, Google Sheets, Google Docs, and Gmail. This includes creating folders, organizing files, checking for new uploads, reading and writing spreadsheet data, generating and updating documents, creating article outlines, expanding them into full articles, publishing content to WordPress, checking incoming emails, saving leads to a sheet, and sending automated replies.

You will also learn how to connect AI into your workflows using OpenRouter, local AI options, and the AI Agent node. This allows you to build automations that do much more than simply move data from one place to another. They can understand, rewrite, generate, summarize, and improve content as part of a real workflow.

Finally, you will apply everything you have learned by building useful real-world projects. These include a Content Tone Rewriter, a Grammar Correction Tool, an AI Humanizer, a Social Media Content Factory, and a Job-Specific Resume and Cover Letter Generator. By the end, you will not only have completed a series of practical automations, but you will also understand how to adapt them and build your own workflows with confidence.

After you have a go at thee projects yourself (from a detailed brief I give you), you can watch me create these automations from scratch.  And you can even downloadable my solutions as JSON files so you can import them into your own n8n instance and tweak them.

Course structure

Module 1: Getting Started & Connecting AI

You begin with an introduction to the course and to n8n and Google Workspace. You compare local vs cloud installs, then walk through installing n8n locally and setting it up on a VPS. You get an n8n interface tour, learn about different types of node, and see how to connect your Google accounts securely. You then move into connecting AI, with lessons on OpenRouter, local AI, LM Studio, and the AI Agent node.

Module 2: Google Drive Automation

You learn how to create folders automatically, organise files on Drive, and check for new files. These lessons show how to use Drive as the starting point for many useful automations.

Module 3: Google Sheets Automation

You connect n8n to Google Sheets to write data into a sheet, read data back out, and work with that data inside your workflows. This module lays the groundwork for automations that track and update information over time.

Module 4: Google Docs Automation

You build workflows that create and update Google Docs, generate an article outline, modify that outline, and expand it into a full article. You then read outlines from a folder and create an article for each one, before finishing the module by publishing articles to a WordPress site.

Module 5: Gmail Automation

You automate Gmail to check for new emails, add leads to a sheet, and send automated replies. These lessons show how n8n can help you stay on top of incoming messages and keep lead information organised.

Module 6: Projects – Briefs and Full Solutions

You work from clear project briefs and then watch complete solutions. The projects cover a Content Tone Rewriter, a Grammar Correction Tool (in two parts), an AI Humanizer, a Social Media Factory, and a Job‑Specific Resume & Cover Letter Generator. Each solution is built from scratch so you can follow every step and understand how the pieces fit together.

Section 7: And finally…

You learn how to download my project automations, import, and explore in your own copy of n8n.

This course is designed for beginners who want a guided, hands‑on introduction to n8n, Google Workspace automation, and AI‑powered workflows. If you follow the lessons and experiment with the downloadable workflows, you’ll come away with a practical toolkit you can reuse and adapt in your own projects.

Who this course is for:

  • This course is for beginners who want to learn how to build practical AI automations with n8n and Google Workspace, without needing to code.
  • It is ideal for entrepreneurs, content creators, freelancers, small business owners, virtual assistants, marketers, webmasters, bloggers, and anyone who wants to save time by automating repetitive tasks.
  • It is also suitable for people who already use Google Drive, Google Docs, Google Sheets, or Gmail and want to connect these tools together into useful workflows.
  • The course is especially useful if you want to use AI for real business tasks, such as creating content, rewriting text, organizing files, managing leads, replying to emails, generating social media posts, or creating customized resumes and cover letters.