@value-props/n8n-nodes-value-props
v0.0.10
Published
Value Props custom nodes for n8n (Trigger + API)
Downloads
49
Maintainers
Readme
n8n-nodes-value-props (custom nodes)
Includes:
- ValuePropsTrigger: Webhook-based trigger (path configurable) to receive events from the Value Props app
- ValueProps: API node to create / get resources (e.g., graph_nodes) via the app API
Local usage (docker-compose):
- Make sure the local
docker-compose.ymlmounts this folder'sdistinside n8n and setsN8N_CUSTOM_EXTENSIONS=/home/node/.n8n/custom. - Restart n8n:
docker compose restart n8n - In n8n, you should see nodes under the "Value Props" category.
Credentials:
- ValueProps API:
Base URL(e.g., http://localhost:5173) andToken(Bearer token).
Install from npm:
npm install n8n-nodes-value-propsThen configure n8n to load custom nodes from node_modules by setting:
N8N_CUSTOM_EXTENSIONSto a folder (e.g.,/home/node/.n8n/custom), and copy the package there on build, or- use n8n’s
--external-hooks/custom extensions mounting approach. See n8n docs:https://docs.n8n.io/integrations/creating-nodes/build/.
This package exposes n8n metadata in package.json so n8n can discover nodes and credentials.
