Back to Nodes

Additional Parameters

Last updated May 4, 2026

PipeRun CRM API integration for n8n

21 Weekly Downloads
212 Monthly Downloads

Included Nodes

Additional Parameters

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/)
  • 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-piperun is already claimed)
  • Homepage: https://github.com/LesserWords/n8n-nodes-piperun-openapi
  • License: MIT
  • Notes

  • The Piperun node uses OpenAPI-driven property generation (@devlikeapro/n8n-openapi-node).

⚠️ Not official, i made this because i needed it.