Package Information
Downloads: 2 weekly / 42 monthly
Latest Version: 1.0.0
Author: LayerProof
Available Nodes
Documentation
n8n-nodes-layerproof
n8n-nodes-layerproof is an n8n community node for LayerProof public API workflows.
It provides a LayerProof node and LayerProof API credentials for automating:
- projects and workspaces
- themes and files
- slide decks and slides
- exports and async jobs
Installation
For self-hosted n8n, install from npm:
npm install n8n-nodes-layerproof
Then restart n8n.
Credentials
Create LayerProof API credentials in n8n with:
API Key: your LayerProof public API keyBase URL: API origin only, for examplehttps://api.dev.layerproof.app
Development
Build the package:
npm run build
Run a publish dry run:
npm run publish:dry-run
Publishing
Log in to npm first:
npm login
Publish the package:
npm publish
Notes
- This package is structured as an n8n community node package.
- To make it available on n8n Cloud, it must also go through n8n's verification and submission flow.