n8n-nodes-infinity
v0.1.52
Published
n8n node to interact with Start Infinity API
Maintainers
Keywords
Readme
n8n-nodes-infinity
Community n8n node for working with the StartInfinity API.
Infinity is a customizable work-management platform for workspaces, boards, folders, attributes, items, and subitems. This package lets n8n workflows read and write Infinity data using a personal Infinity API token.
Installation
Install from n8n Community Nodes:
n8n-nodes-infinityOr install manually in a custom nodes folder:
npm install n8n-nodes-infinityRestart n8n after installing or updating the package.
Credentials
Create an Infinity API credential in n8n and set:
Bearer Token: your Infinity personal access tokenAPI Version: defaults to2026-04-20.morava
The node sends requests to:
https://app.startinfinity.com/api/v2Available Resources And Operations
| Resource | Operations | | --- | --- | | Workspace | List | | Workspace Member | List | | Board | List, Get, Create | | Attribute | List, Get, Create, Update, Delete | | Folder | List, Get, Create, Update, Archive | | Item | List, Get, Create, Update, Archive | | Subitem | List, Create, Get, Update, Archive |
Notes
- Board update/delete and workspace create/get/update/delete are not exposed because they are not documented in the Infinity Morava API.
- Item and subitem field values are selected from the board attributes dropdown.
- Structured attribute values such as labels, members, links, checklist, attachments, and references should be entered as JSON.
- Folder field configuration accepts JSON for
attribute_idsand settings.
Links
Version History
0.1.52: Improve public README and remove local helper scripts from the repository.0.1.51: Add workspace, workspace member, board, and attribute resources.0.1.50: Add folder and subitem support.
