Description
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/)- Node.js 22+
- npm or pnpm
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
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
n8n-nodes-piperun is already claimed)Notes
Piperun node uses OpenAPI-driven property generation (@devlikeapro/n8n-openapi-node).⚠️ Not official, i made this because i needed it.