30 workflows
by Lucas Peyrin
β Clear
Nodes:
Sort:
Date:
How it works
This template is an interactive, hands-on tutorial designed to demystify what an API is and how it works, right inside your n8n canvas.
It uses a simple restaurant analogy to explain th ...
How it works
This workflow is a hands-on tutorial for the Code node in n8n, covering both basic and advanced concepts through a simple data processing task.
Provides Sample Data: The workflow begins ...
How it works
This workflow automates your initial hiring pipeline by creating an AI-powered CV scanner. It collects job applications through a web form, uses AI to analyze the candidate's CV against ...
How it works
This template is an interactive playground designed to help you master the most useful keyboard shortcuts in n8n and supercharge your building speed. Forget boring listsβthis workflow ...
How it works
This template is a hands-on, practical exam designed to help you master n8n Expressionsβthe key to accessing and manipulating data in your workflows.
If the π Expressions Tutorial ...
How it works
This template launches your very first AI Agent βan AI-powered chatbot that can do more than just talkβ it can take action using tools.
Think of an AI Agent as a smart assistant, an ...
How it works
This workflow is an interactive, hands-on tutorial designed to teach you the absolute basics of JSON (JavaScript Object Notation) and, more importantly, how to use it within n8n. It's pe ...
How it works
This template is an interactive, step-by-step tutorial designed to teach you the most important skill in n8n: using expressions to access and manipulate data.
If you know what JSON is b ...
How it works
This template is a complete, hands-on tutorial that lets you build and interact with your very first AI Agent.
Think of an AI Agent as a standard AI chatbot with superpowers. The agent ...
How it works
This workflow changes the file name, and therefore the extension and MIME type, of any binary file passed to it. This is perfect for converting file formats on the fly, like turning a Te ...
Check Online Version !
[https://n8n-tools.streamlit.app/](https://n8n-tools.streamlit.app/
)
Who is it for?
This workflow is perfect for n8n users who want to maintain clean and organized workflows ...
How it works
This workflow demonstrates a fundamental pattern for securing a webhook by requiring an API key. It acts as a gatekeeper, checking for a valid key in the request header before allowing t ...
How it works
This workflow is a robust and forgiving JSON parser designed to handle malformed or "dirty" JSON strings often returned by AI models or scraped from web pages. It takes a text string as ...
Overview
This template provides a powerful and configurable utility to convert JSON data into a clean, well-structured XML format. It is designed for developers, data analysts, and n8n users who need ...
How it works
Ever wonder how to make your workflows smarter? How to handle different types of data in different ways? This template is a hands-on tutorial that teaches you the three most fundamental ...
How it works
This template is a hands-on tutorial for one of n8n's most powerful data tools: the Compare Datasets node. It's the perfect next step after learning basic logic, showing you how to build ...
How it works
This template is a hands-on tutorial for one of the most advanced and powerful patterns in n8n: asynchronous parallel processing, also known as the Fan-Out/Fan-In model.
When should you ...
How it works
This template is a powerful, reusable utility for managing stateful, long-running processes. It allows a main workflow to be paused indefinitely at "checkpoints" and then be resumed by e ...
How it works
Ever had binary data (like images, PDFs, or files) disappear in your n8n workflow after an intermediate node processed it? This workflow provides a powerful solution by demonstrating how ...
How it works
This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the bas ...