Package Information
Released: 5/9/2025
Downloads: 61 weekly / 941 monthly
Latest Version: 1.4.2
Author: automatizefy
Available Nodes
Documentation
n8n-nodes-pipefy
This is an n8n community node for Pipefy. It allows you to interact with the Pipefy API through n8n workflows.
Installation
Follow these steps to install the node in your n8n instance:
- Go to your n8n root directory
- Run the following command:
npm install n8n-nodes-pipefy
Features
- Create cards in Pipefy
- Get card information
- Update cards
- More features coming soon!
Authentication
To use this node, you'll need a Pipefy API token. You can get one by:
- Logging into your Pipefy account
- Going to Settings > API Tokens
- Creating a new API token
Usage
- Add the Pipefy node to your workflow
- Configure the credentials with your API token
- Select the operation you want to perform
- Fill in the required fields
- Execute the workflow
Available Operations
Card Operations
- Create Card
- Get Card
- Update Card
Development
To build the node:
npm run build
To watch for changes:
npm run dev