Files
n8n-docs/docs/code/index.md
2023-09-19 10:25:43 +01:00

2.7 KiB

description, contentType
description contentType
Use code in your n8n workflows, and view other developer resources. overview

Code in n8n

n8n is a low-code tool. This means you can do a lot without code, then add code when needed.

JavaScript in your workflows

There are two places in your workflows where you can use code:

Other technical resources

These are features that are relevant to technical users.

Technical nodes

n8n provides core nodes, which simplify adding key functionality such as API requests, webhooks, scheduling, and file handling.

Other developer resources