mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
609 B
609 B
| description | contentType |
|---|---|
| A collection of code examples. | overview |
Cookbook
n8n's coding cookbook is a collection of recipes, or examples, showing what you can do with code in n8n.
The examples are split into three groups:
- Built-in methods and variables: examples showing basic usage of some of n8n's built-in methods and variables.
- Expressions: recipes for use in the expressions editor.
- Code node: recipes for use in the Code node.