Package Information
Downloads: 0 weekly / 18 monthly
Latest Version: 0.0.3
Author: Alejandro Sanz
Documentation
n8n-nodes-trillium
A comprehensive n8n community node for integrating with Trillium Notes.

Installation
Install via npm:
npm install n8n-nodes-trillium
Or install via n8n's community node interface.
Features
- ✅ Full CRUD operations for notes, attributes, and relations (relations via attributes)
- ✅ Trillium Notes authentication support
- ✅ Declarative architecture for reliability
- ✅ Comprehensive testing included
- ✅ n8n Agents compatible
Usage
Basic Setup
- Add the node to your n8n workflow
- Configure your Trillium Notes credentials
- Select the operation you want to perform
Available Operations
Note Operations
- Get: Retrieve a note by ID
- Create: Create a new note
- Update: Update note metadata
- Update Content: Update note content
- Get Content: Get note content
- Delete: Delete a note
- Get Children: Get child notes
- Search: Search notes using query parameters
- Export: Export note with subnotes
Attribute Operations
- Get: Retrieve an attribute by ID
- Create: Create an attribute for a note
- Update: Update an attribute
- Delete: Delete an attribute
Note: Relations between notes are managed as attributes with type "relation".
Configuration
Credentials
Set up your Trillium Notes API credentials:
- Base URL: Your Trillium instance URL (without /etapi)
- Token: ETAPI token from Trillium Options > ETAPI
Node Parameters
- Resource: Select the resource to work with
- Operation: Choose the operation to perform
- Additional Fields: Configure operation-specific parameters
Development
This node was built using the n8n-community-node-starter boilerplate, which provides:
- Declarative node architecture
- Built-in CI/CD pipelines
- Comprehensive testing framework
- AI-assisted development support
Contributing
- Fork the repository
- Create a feature branch
- Make your changes with tests
- Submit a pull request
License
MIT License - see LICENSE file.
Links
- n8n Documentation
- Community Nodes Guide
- n8n-community-node-starter - The boilerplate this node is based on