n8n-docs/docs/nodes
Tom e151361399
Adding documentation for AWS Textract and Google Drive Trigger node (#643)
* Added documentation for AWS Textract node

* Added documentation for Google Drive Trigger node

* Added link to GDrive Trigger node to credentials
2021-10-25 16:03:24 +02:00
..
creating-nodes Improved Creating Node documentation (#618) 2021-09-02 08:39:43 +03:00
credentials Adding documentation for AWS Textract and Google Drive Trigger node (#643) 2021-10-25 16:03:24 +02:00
nodes-library Adding documentation for AWS Textract and Google Drive Trigger node (#643) 2021-10-25 16:03:24 +02:00
expressions.md Update expressions.md 2021-10-08 15:57:48 +02:00
node-basics.md 🔨 Restructure expressions 2020-08-31 11:07:38 +02:00
README.md 🔨 Structural changes 2021-03-12 11:15:07 +01: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.