Syllabus
This course covers the following topics:
- Introduction
- Welcome to the Course
- What Is n8n and What Is It For
- Pros and Cons of n8n
- How to Make Money with the New License
- Installation
- Get Started Easily
- Install n8n with Docker
- Install n8n with npm
- Environment
- Explore the Work Environment
- What Is a Node and a Task
- Discover Different Node Types
- Create, Duplicate, Download, Delete and Import a Task
- Configure a Task
- Configure a Node
- Use a Template to Create Your Flow
- Create Your Users
- Delete Your Users
- Install Community Nodes
- Testing and Execution
- Task Execution Order
- Check Executed Tasks
- Fix Errors in Executed Tasks
- Speed Up Development by Freezing Data
- Speed Up Development by Editing Data
- Speed Up Development by Dragging Data
- Cron Node
- Schedule, Activate and Run a Task
- Set Node
- Create Variables and Objects
- Use Data from Other Nodes
- Rename Keys Node
- Rename and Combine Variables
- IF Node
- What Is a Condition
- Create Condition with String
- Create Condition with Number
- Create Condition with Date and Time
- Create Condition with Boolean
- Switch Node
- Create Multiple Condition with Rules
- Add More Rules to a Multiple Condition
- Create Multiple Condition with Expression
- Split In Batches Node
- Control Result List
- Item Lists Node
- Extract and Work with Nested Data
- Remove Duplicate Rows
- Sort Rows by Multiple Fields
- Limit Number of Rows
- Group Row Values
- Merge Node
- Join Two Lists
- Keep or Remove Matching Rows
- Join and Modify Matching Rows
- Join Two Lists by Index
- Expand and Join Two Lists
- Wait for Generation of Two Lists
- Discard One of Two Lists
- Combine More Than Two Lists
- Webhook Node
- Create and Test Webhook
- Activate and Run Webhook
- Respond to Webhook Node
- Customize Webhook Response
- HTTP Request Node
- Use Unsupported Services
- HTML Extract Node
- Fetch Data from Webpage
- RSS Read Node
- Fetch Entries from RSS
- Read Binary File Node
- Read CSV and XLS
- Write Binary File Node
- Work with Files
- Access and Map Directories in Docker
- Create CSV and XLS
- Local File Trigger Node
- Read Files from Directory
- Monitor File or Directory Changes
- Form Node
- Create Lead Capture Form
- Create Intermediate Form
- Create Response Form
- Execute Command Node
- Work with Terminal
- Execute Commands
- Handle Output
- Install New Programs