Description
n8n-nodes-memos-plus
This is an enhanced n8n community node for Memos with full CRUD operations and filtering support.
Note: This is a fork of n8n-nodes-memos with additional features.
Memos is a privacy-first, lightweight note-taking service.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Click Install
- Enter
n8n-nodes-memos-plus - Click Install
Manual Installation
npm install n8n-nodes-memos-plus
Operations
Memo Operations
- List Memos – List all memos with optional filters (tag, status, content search)
- Get Memo – Get a single memo by ID
- Create Memo – Create a new memo with content and visibility
- Update Memo – Update an existing memo
- Delete Memo – Delete a memo
User Operations
- List Users – List all users
- Get User – Get a single user
Credentials
Register a Memos account and create a personal access token.
Compatibility
Any version
Usage
- Create a new workflow.
- Add a new node.
- Select the Memos node.
- Configure the node with your Memos account information.
- Add the Memos operations you want to use in your workflow.
- Connect the Memos operations to the other nodes in your workflow.
- Run your workflow.