
Showcases downloading the n8n desktop app installer for Windows 10, extracting the zip, and installing the app, addressing firewall prompts, and accessing error logs with developer tools.
Learn how desktop workflows work across Windows, macOS, and Linux, with terminal differences and Node setup, plus managing credentials like username and password.
Learn version management for desktop applications and node environments, view the current desktop version, check node versions with node -v, and use nvm to install and switch versions.
Explore how to navigate n8n workflows, templates, and credentials. Connect to external nodes like YouTube, OpenAI, and ChatGPT, and review executions, settings, and multi-user deployment.
Learn how to troubleshoot Gmail API credentials in an n8n and ChatGPT workflow, including testing, production deployment, and resolving 500 errors.
Learn the basics of n8n nodes and workflows, including the editor and executions, viewing history, debugging failures, exporting and sharing workflows as JSON, and configuring node parameters and settings.
Advance to more complex workflows by connecting multiple nodes and observing how each node executes and returns data; the annex covers JavaScript basics to help beginners learn JavaScript and Json.
Explore using if and switch in n8n to handle two data structures, manage two or more options, and create flexible image title naming from file path.
Google Drive trigger workflow in n8n for image editing, selecting efficient path options, extracting title and file name, and handling binary downloads.
Configure Google Sheets node in an n8n workflow to append invoices by mapping date concept, subtotal, taxes, total, fiscal code, and add an invoice number field as a string.
Automate invoice data extraction with a flexible accountant bot that handles different invoice formats, verifies date and invoice number, and adapts when fiscal codes are missing.
Explore the basic JavaScript data types: strings, numbers, booleans, null, and objects, and learn about quotes, the difference between strings and numbers, and object properties with keys and values.
N8N it's the best (free) automating tool software. And with the additional power of chatGPT it becomes an essential tool for all modern companies in order to automate entire workplaces. All managers and IT workers should learn this skills.
This are the lessons:
Download and install Desktop Windows
Download and install desktop MacOs
Desktop fullfill data
Installation of nodejs
Node installation also for linux
N8N version
Node version management
Versions summary
Create an account
Quick overview
Canvas keyboard and mouse shortcuts
First workflow
Google cloud create project
Google cloud company details and payment details
Google credentials
Google gmail credentials for working
Google Drive credentials
Gmail to Drive File workflow
Input and output
JSON objects
JSON objects access to data
Node workflows basic theory
Templates and "all executions"
Workflow: gmail text to docs
Workflow: drive to gmail
Workflow: gmail PDF to Gmail
Worflow: Gmail to sheets
Intermediate workflows and javascript annex
Image editing triggers
Image editing if else
Image editing: javascript get title
Image editing: put title on image
Image editing: save binary
Image editing: drive path
Image editing: testing
Automated accountant: detect download file
Automated accountant: conect with open ai
Automated accountant: openai prompt
Automated accountant: parse string
Automated accountant: sheets
Automated accountant: final test cost evaluation
Automated accountant: different invoice format test
Automated accountant: working with images
Automated accountant: error
Automated accountant: test