npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@plenart/n8n-nodes-pipefy

v0.1.5

Published

Um nó da comunidade que traz (parte da) API GraphQL do Pipefy para sua instância n8n!

Readme

n8n-nodes-pipefy

A community node that brings (part of) the Pipefy GraphQL API to your n8n instance! With it you can create, update, delete, and get information about your Pipefy organizations, pipes, cards and webhooks.

Banner image

Installation
Operations
Credentials
Compatibility
Resources
License

Installation

Simply go to Settings > Community Nodes, click on the "Install" button, and paste the package name @cardtunic/n8n-nodes-pipefy. Mark the "I understand the risks..." checkbox and click on "Install".

If you encounter any issues, please refer to the installation guide in the n8n community nodes documentation.

Operations

Screenshot of the available operations in n8n UI

Attachments

  • Create Presigned URL: Creates a presigned URL to upload a file to Pipefy
  • Upload File: Sends a PUT request to upload a file to a created presigned URL

Cards

  • Create: Creates a card
  • Create Relation: Creates a relation between one card and another
  • Delete: Deletes a given card
  • Get: Gets a card by ID
  • Get Many: Lists all cards inside a given pipe
  • Move: Moves a card to a given phase
  • Update: Updates a given card
  • Update Fields: Updates the fields of a given card

Pipes

  • Get: Gets a pipe by ID

Users

  • Get Current: Returns the authenticated user

Webhooks

  • Create In Org: Create a webhook to watch organization events
  • Create In Pipe: Create a webhook to watch pipe events
  • Delete: Deletes a given webhook
  • Get From Org: Get all webhooks related to a given organization
  • Get From Pipe: Get all webhooks related to a given pipe

Credentials

There're two types of credentials that can be used to authenticate with the Pipefy API: Service Accounts and Personal Access Tokens.

Screenshot of the credentials modal in n8n

Service Accounts (recommended)

Service Accounts are special accounts that you can create as a superuser in Pipefy dashboard. After creation, you will recieve the Client ID and Client secret that you need to paste into n8n. This is the recommended way to authenticate with the API for production environments, providing expiration time for tokens, permission control trough roles and separation from user accounts. For more details, refer to the Pipefy service ccounts docs.

Personal Access Tokens

Personal Access Tokens are a simple way to authenticate with the API. You can simply generate a new token in the your profile settings in Pipefy and paste the token into n8n. For more details, refer to the Pipefy personal access tokens docs.

Compatibility

This node was only tested in 1.106.3 n8n version, but it should work in any version 1.x.x above.

Resources

License

MIT