n8n-docs/docs/nodes
Deborah Barnard 68f3990fac style tweaks
2022-03-24 15:26:58 +00:00
..
creating-nodes Add documentation for Creating n8n-nodes-module 2022-01-26 15:16:13 +01:00
credentials Merge pull request #754 from VillaCircle/hubspot-private-app-token 2022-03-21 08:56:12 +00:00
expressions draft 2022-03-21 09:42:38 +00:00
nodes-library style tweaks 2022-03-24 15:26:58 +00:00
node-basics.md 🔨 Restructure expressions 2020-08-31 11:07:38 +02:00
README.md remove link checker for now 2022-03-22 15:50:41 +00:00

Node Overview

Nodes are the building blocks of workflows in n8n. They are an entry point for retrieving data, a function to process data or an exit for sending data. The data process includes filtering, recomposing and changing data. There can be one or several nodes for your API, service or app. You can connect multiple nodes, which allows you to create simple and complex workflows with them intuitively.

Where to go next?

  1. If you would like to learn the basics of nodes, head over to the Node Basics document.
  2. If you are looking to create your own node, head over to the Creating Nodes section.
  3. If you'd like to learn more about the different nodes in n8n, their functionalities and example usage, head over to the Nodes Library section.
  4. If you'd like to learn how to add the credentials for the different nodes, head over to the Credentials section.