n8n-nodes-kordon
v1.0.13
Published
n8n community node for Kordon - the security compliance and GRC platform. Manage users, frameworks, controls, requirements, risks, findings, tasks, vendors, business processes, and assets.
Downloads
509
Readme
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
