Files
n8n-docs/docs/code/index.md
2023-09-10 09:41:12 +01:00

2.6 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:

Technical nodes

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

Other developer resources