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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@plumoai/n8n-nodes-plumoai

v0.1.22

Published

PlumoAI N8N Custom Node

Readme

@plumoai/n8n-nodes-plumoai

This is an n8n community node package that integrates PlumoAI with your n8n workflows. It provides three powerful nodes to interact with PlumoAI's project management and AI agent capabilities.

PlumoAI is a comprehensive project management and workflow automation platform that helps teams organize, track, and automate their work processes.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version History

Installation

Follow the installation guide in the n8n community nodes documentation.

Quick Installation

  1. In n8n, go to SettingsCommunity Nodes
  2. Click Install a community node
  3. Enter the package name: @plumoai/n8n-nodes-plumoai
  4. Click Install

Alternatively, install via npm:

npm install @plumoai/n8n-nodes-plumoai

Operations

This package includes three nodes:

1. PlumoAI Node

The main node for interacting with PlumoAI data. Supports two resources:

Table Resource

  • Get All Tables: Retrieve all tables (work item types) in a selected project

Record Resource

  • Get All Records: Fetch all records from a table with optional date filtering
  • Add Record: Create a new record with field mapping, file attachments, and status selection
  • Update Record: Update existing records

Key Features:

  • Dynamic field loading based on project and table selection
  • Resource mapper for intuitive field mapping
  • Support for various field types
  • File attachment uploads

2. PlumoAI Trigger

Webhook trigger node that starts workflows when PlumoAI events occur.

Available Events:

  • Record Added: Triggers when a new record is created
  • Record Updated: Triggers when an existing record is modified
  • Record Added or Updated: Triggers on both create and update events

Features:

  • Automatically manages webhook configuration
  • Receives complete record data when events occur
  • Easy setup and configuration

3. PlumoAI Agent Trigger

AI Agent integration node that connects n8n AI Language Models with PlumoAI agents.

Operations:

  • Create New AI Agent: Creates a new AI agent project in PlumoAI
  • Connect With Existing AI Agent: Connects to an existing AI agent project

Features:

  • Connects to n8n AI Language Model nodes
  • Streaming responses
  • Automatic chat name generation
  • Workspace and agent management

Credentials

Prerequisites

You need a PlumoAI account and an access token to use these nodes.

Setting Up Credentials

  1. Log in to your PlumoAI account
  2. Navigate to your account settings to generate an API access token
  3. In n8n, when configuring a PlumoAI node:
    • Select CredentialsCreate New
    • Choose PlumoAI API Credentials
    • Enter your Access Token
    • Click Save

Authentication Method

  • API Token: Secure token-based authentication
    • Your access token is securely stored and used for all API requests

Compatibility

  • Minimum n8n version: Compatible with n8n versions that support community nodes (n8n 0.200.0+)
  • Node.js: Requires Node.js v22 or higher

Usage

Example 1: Creating a Record with File Attachment

  1. Add a PlumoAI node to your workflow
  2. Configure:
    • Resource: Record
    • Operation: Add Record
    • Project: Select your project
    • Table: Select the table/type
    • Status: Choose initial status
    • Record Fields: Map your input data to PlumoAI fields
    • Attachment: Specify binary property name (e.g., data)
  3. Connect to a node that provides the data and file attachment
  4. Execute the workflow

Example 2: Triggering on Record Updates

  1. Add a PlumoAI Trigger node to your workflow
  2. Configure:
    • Trigger On: Select the event type (Record Added, Updated, or Both)
    • Project: Select the project to monitor
    • Table: Select the table to monitor
  3. Connect subsequent nodes to process the triggered data
  4. Activate the workflow

Example 3: Creating an AI Agent

  1. Add a PlumoAI Agent Trigger node
  2. Connect an AI Language Model node (OpenAI, Anthropic, etc.)
  3. Configure:
    • Operation: Create New AI Agent
    • Workspace: Select your workspace
    • AI Agent Name: Enter a name for your agent
  4. The node will create the agent and set up the webhook automatically

Field Mapping

The Record Fields resource mapper automatically:

  • Loads all available fields for the selected project and table
  • Detects field types
  • Shows required fields
  • Provides options for dropdown fields

Dynamic Options

All nodes support dynamic option loading:

  • Projects: Automatically loads from your PlumoAI account
  • Tables: Loads based on selected project
  • Statuses: Loads based on selected project and table
  • Workspaces: Loads available workspaces for AI agents
  • Agents: Loads existing agents in selected workspace

Resources

Version History

0.1.20

  • Latest version with bug fixes and improvements

Previous Versions

See CHANGELOG.md for detailed version history.

Support

For issues, feature requests, or questions:

License

MIT