n8n-nodes-keloola-workspace
v0.2.0
Published
n8n community node package for Keloola Workspace
Downloads
72
Maintainers
Readme
n8n-nodes-keloola-workspace
This is an n8n community node package for Keloola Workspace. It provides the initial package structure for integrating Keloola Workspace with n8n workflows.
n8n is a workflow automation platform.
Installation
Follow the n8n community nodes installation guide.
Credentials
Create a Keloola Workspace API credential in n8n with:
- API Base URL: The base URL for the Keloola Workspace API.
- Access Token: Bearer token used to authenticate requests.
Operations
Resource: Workspace
- Get Many: Retrieve a paginated workspace list.
- Get: Retrieve one workspace by ID.
Resource: Note
- Create Note: Create a note with title, content, and optional project UUID.
Resource: Task
- List Tasks: Retrieve paginated tasks for a project, with filters for search, priority, type, and assignee.
- Get Task Detail: Retrieve one task by UUID.
- Create Task: Create a new task with task fields and optional BOS connector fields.
- Update Task: Update editable task fields and optional BOS connector fields.
- Delete Task: Delete a task permanently by UUID.
Development
From the monorepo root:
bun install
bun run prebuild
bun run buildTo link the package into a local n8n installation:
bun run link:nodes