Node building reference
This section contains reference information, including details about:
Node building reference
This section contains reference information, including details about:
- Node UI elements
- Organizing your node files
- Key parameters in your node's base file and credentials file.
- UX guidelines and verification guidelines for submitting your node for verification by n8n.
Last updated on
Build a programmatic-style node
This tutorial walks through building a programmatic-style node. Before you begin, make sure this is the node style you need. Refer to Choose your node building approach for more information.
Code standards
Following defined code standards when building your node makes your code more readable and maintainable, and helps avoid errors. This document provides guidance on good code practices for node buildin
