Package Information
Downloads: 6 weekly / 73 monthly
Latest Version: 0.4.0
Author: LesserWords
Available Nodes
Documentation
n8n-nodes-piperun-openapi
PipeRun CRM integration for n8n.
This repository is a conversion of PipeRun's official OpenAPI specification into an n8n node, with credential support for token authentication.
For npm release, this package needs to be published under a different name because n8n-nodes-piperun is already taken.
Included Nodes
PiperunApi(nodes/PiperunApi/)
Authentication
PipeRun requires sending your user token in the token HTTP header for each API request.
See official docs: PipeRun API Authentication.
In n8n, configure the PipeRun API credential (piperunApi) and paste your token.
Development
Prerequisites
- Node.js 22+
- npm or pnpm
Install
npm install
Run in dev mode
npm run dev
Build
npm run build
Lint
npm run lint
Bump version
npm version (patch|minor|major)
Package Metadata
- Package: use a different npm package name (
n8n-nodes-piperunis already claimed) - Homepage: https://github.com/LesserWords/n8n-nodes-piperun-openapi
- License: MIT
Notes
- The
Piperunnode uses OpenAPI-driven property generation (@devlikeapro/n8n-openapi-node).
⚠️ Not official, i made this because i needed it.