Package Information
Downloads: 27 weekly / 318 monthly
Latest Version: 1.0.13
Author: Jaana Metsamaa
Available Nodes
Documentation
n8n-nodes-kordon
This is an n8n community node for Kordon, a Straightforward GRC platform. The node lets you manage Assets, Risks, Controls, Findings, Vendors, and more directly from your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This node supports the following resources and operations:
| Resource | Get | Get Many | Create | Update | Delete |
|---|---|---|---|---|---|
| Asset | ✅ | ✅ | ✅ | ✅ | ✅ |
| Business Process | ✅ | ✅ | ✅ | ✅ | ✅ |
| Control | ✅ | ✅ | ✅ | ✅ | ✅ |
| Custom Field | ✅ | ✅ | ✅ | ✅ | ✅ |
| Finding | ✅ | ✅ | ✅ | ✅ | ✅ |
| Framework | ✅ | ✅ | ✅ | ✅ | ✅ |
| Label | ✅ | ✅ | ✅ | ✅ | ✅ |
| Requirement | ✅ | ✅ | ✅ | ✅ | ✅ |
| Risk | ✅ | ✅ | ✅ | ✅ | ✅ |
| Task | ✅ | ✅ | ✅ | ✅ | ✅ |
| User | ✅ | ✅ | ✅ | ✅ | - |
| User Group | - | ✅ | ✅ | - | - |
| Vendor | ✅ | ✅ | ✅ | ✅ | ✅ |
All Get Many operations support:
- Return All: Fetch all results using automatic pagination
- Filtering: Resource-specific filters (state, owner, labels, etc.)
Task operations also support:
- Connected Item ID on create and update (mapped to
taskable_id) - Custom Fields on create and update
Credentials
To use this node, you need a Kordon API key.
- Log in to your Kordon account
- Navigate to Settings → API Keys
- Create a new API key
- In n8n, create a new credential of type Kordon API:
- Kordon Domain: Your Kordon instance URL (e.g., `https://yourcompany.kordon.app\`)
- API Key: The API key you created
For more details, see the Kordon API Authentication documentation.
Compatibility
- Tested with n8n v2.0.3
- Requires Kordon API v1