n8n-nodes-blumira
v0.2.2
Published
Blumira community node for n8n.
Downloads
292
Maintainers
Readme
n8n-nodes-blumira
Community node for the Blumira Public API in n8n.
Features
- Health checks for the Blumira API
- MSP account listing and details
- MSP account findings, comments, agent devices, and agent keys
- Organization findings, comments, details, agent devices, and agent keys
Installation
Follow the community node installation guide.
Install via npm in the same environment as n8n.
npm install n8n-nodes-blumira
Restart n8n.
Credentials
Create a Blumira API credential with the following field:
Access Token: JWT access token for Bearer authentication.
Resources and operations
- Account (MSP)
- Get
- Get Many
- Get Findings
- Get Findings (All Accounts)
- Get Finding
- Get Finding Comments
- Get Agent Devices
- Get Agent Device
- Get Agent Keys
- Get Agent Key
- Agent Device (Org)
- Get
- Get Many
- Agent Key (Org)
- Get
- Get Many
- Finding (Org)
- Get
- Get Many
- Get Comments
- Get Details
- Health
- Get
Compatibility
- Uses n8n nodes API version 1.
- Requires the same Node.js version supported by your n8n instance.
Resources
Development
- Build:
npm run build - Lint:
npm run lint
