n8n community node for Kordon - the security compliance and GRC platform. Manage users, frameworks, controls, requirements, risks, findings, tasks, vendors, business processes, and assets.
npm install n8n-nodes-kordonThis 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
Follow the installation guide in the n8n community nodes documentation.
This node supports the following resources and operations:
| Resource | Get | Get Many | Create | Update | Delete |
|----------|:---:|:--------:|:------:|:------:|:------:|
| Asset | ✅ | ✅ | ✅ | ✅ | ✅ |
| Business Process | ✅ | ✅ | ✅ | ✅ | ✅ |
| Control | ✅ | ✅ | ✅ | ✅ | ✅ |
| 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.)
To use this node, you need a Kordon API key.
1. Log in to your Kordon account
2. Navigate to Settings → API Keys
3. Create a new API key
4. 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.
- Tested with n8n v2.0.3
- Requires Kordon API v1
- n8n Community Nodes Documentation
- Kordon Website
- Kordon API Documentation