Description
n8n-nodes-starter
This repo contains example nodes to help you get started building your own custom integrations for n8n. It includes the node linter and other dependencies.
To make your custom node available to the community, you must create it as an npm package, and submit it to the npm registry.
Version Changes (0.1.65)
- in reply to send text messages (missing)
- in reply to send messages with attachments
- revoke message
- message id on sent
- error status message
- download endpoint to v4 with messageid paramater
- git
- Node.js and npm. Minimum version Node 16. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft’s guide to Install NodeJS on Windows.
- Install n8n with:
Version Changes (0.1.64)
Version Changes (0.1.62)
Version Changes (0.1.60)
Version Changes (0.1.58)
Version Changes (0.1.57)
Prerequisites
You need the following installed on your development machine:
npm install n8n -g