0.2.2 • Published 4 months ago
n8n-nodes-blinko v0.2.2
n8n-nodes-blinko
This is an n8n community node for interacting with the Blinko API. It provides functionality to create, update, delete, and retrieve notes, manage attachments, handle tags, and interact with comments in a Blinko server.
Installation
Follow these steps to install this custom node in your n8n instance:
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-blinko
in the Name field - Enter the path to this repository in the NPM package field
- Optionally, select Update if you're updating an existing installation
- Click Install
Node Operations
The Blinko node provides the following resources and operations:
Notes Resource
- Create: Create a new note in Blinko with support for:
- Text content with optional tags (as hashtags)
- Multiple file attachments
- Note type selection (BLINKO/NOTE)
- Sharing and pinning options
- Update: Update an existing note
- Delete: Delete one or more notes
- Share: Share a note with other users
- Get Notes: Retrieve multiple notes with filtering options
- Get By ID: Retrieve a specific note by its ID
Comments Resource
- Create Comment: Create a new comment on a note with support for:
- Text content
- Optional parent comment ID for replies
- Optional guest name for unauthenticated comments
- List Comments: Retrieve comments for a specific note with options for:
- Pagination control
- Sorting order
- Filtering
Attachments Resource
- Upload: Upload files to the Blinko server (automatically handled during note creation)
- List: List attachments associated with notes
Tags Resource
- List: Get all tags with optional filtering
- Delete: Delete a tag with options to delete or preserve associated notes