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
Follow the installation guide in the n8n community nodes documentation.
- In n8n, go to Settings → Community Nodes
- Click Install a community node
- Enter the package name:
@plumoai/n8n-nodes-plumoai - Click Install
Alternatively, install via npm:
npm install @plumoai/n8n-nodes-plumoaiThis package includes three nodes:
The main node for interacting with PlumoAI data. Supports two resources:
- Get All Tables: Retrieve all tables (work item types) in a selected project
- 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
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
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
You need a PlumoAI account and an access token to use these nodes.
- Log in to your PlumoAI account
- Navigate to your account settings to generate an API access token
- In n8n, when configuring a PlumoAI node:
- Select Credentials → Create New
- Choose PlumoAI API Credentials
- Enter your Access Token
- Click Save
- API Token: Secure token-based authentication
- Your access token is securely stored and used for all API requests
- Minimum n8n version: Compatible with n8n versions that support community nodes (n8n 0.200.0+)
- Node.js: Requires Node.js v22 or higher
- Add a PlumoAI node to your workflow
- 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)
- Connect to a node that provides the data and file attachment
- Execute the workflow
- Add a PlumoAI Trigger node to your workflow
- Configure:
- Trigger On: Select the event type (Record Added, Updated, or Both)
- Project: Select the project to monitor
- Table: Select the table to monitor
- Connect subsequent nodes to process the triggered data
- Activate the workflow
- Add a PlumoAI Agent Trigger node
- Connect an AI Language Model node (OpenAI, Anthropic, etc.)
- Configure:
- Operation: Create New AI Agent
- Workspace: Select your workspace
- AI Agent Name: Enter a name for your agent
- The node will create the agent and set up the webhook automatically
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
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
- n8n community nodes documentation
- PlumoAI Documentation
- n8n Node Documentation
- n8n Community Forum
- GitHub Repository
- Latest version with bug fixes and improvements
See CHANGELOG.md for detailed version history.
For issues, feature requests, or questions:
- Open an issue on GitHub
- Contact: hussain@plumoai.com