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
- Get to Know the Work Environment
- What is a Node and a Task
- Discover the Different Types of Nodes
- 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
- In What Order is a Task Executed
- Check Executed Tasks
- Resolve Errors in Executed Tasks
- Speed Up Development by Fixing Data
- Speed Up Development by Editing Data
- Speed Up Development by Dragging Data
- Cron Node
- Schedule, Activate, and Execute 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 a Condition with a String
- Create a Condition with a Number
- Create a Condition with a Date and Time
- Create a Condition with a Boolean
- Switch Node
- Create a Multiple Condition with Rules
- Add More Rules to a Multiple Condition
- Create a Multiple Condition with an Expression
- Split In Batches Node
- Control a List of Results
- Item Lists Node
- Extract and Work with Nested Data
- Delete Duplicate Rows
- Sort Rows by Multiple Fields
- Limit the Number of Rows
- Group Row Values
- Merge Node
- Merge Two Lists
- Combine More than Two Lists
- Discard One of the Two Lists
- Wait for the Generation of Two Lists
- Keep or Remove Matching Rows from Two Lists
- Merge and Modify Matches of Two Lists
- Merge Two Lists by Index
- Expand and Merge Elements of Two Lists
- Webhook Node
- Create and Test a Webhook
- Activate and Execute a Webhook
- Respond to Webhook Node
- Customize the Response of a Webhook
- HTTP Request Node
- Use Unsupported Services
- HTML Extract Node
- Retrieve Data from a Web Page
- RSS Read Node
- Retrieve Entries from an RSS
- Write Binary File Node
- Work with Files
- Access and Map Directories in Docker
- Create a CSV and an XLS
- Read Binary File Node
- Read a CSV and an XLS
- Local File Trigger Node
- Read Files from a Directory
- Monitor Changes in a File or Directory
- Execute Command Node
- Work with the Terminal
- Execute Commands
- Process the Output
- Install New Programs