blumira

Blumira community node for n8n.

Package Information

Downloads: 2 weekly / 34 monthly
Latest Version: 0.3.2
Author: mkellar@blumira.com

Documentation

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
  • MSP account user listing (for retrieving sender/owner UUIDs)
  • Organization findings, comments, details, agent devices, and agent keys
  • Organization user listing
  • Resolution options lookup
  • Add comments to findings (MSP and Org)
  • Assign owners to findings (MSP and Org)
  • Resolve findings with configurable resolution types (MSP and Org)

Installation

Follow the community node installation guide.

  1. Install via npm in the same environment as n8n.

    npm install n8n-nodes-blumira

  2. 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
    • Add Finding Comment (POST)
    • Assign Finding Owners (POST)
    • Resolve Finding (POST)
    • Get Agent Devices
    • Get Agent Device
    • Get Agent Keys
    • Get Agent Key
    • Get Users
  • Agent Device (Org)
    • Get
    • Get Many
  • Agent Key (Org)
    • Get
    • Get Many
  • Finding (Org)
    • Get
    • Get Many
    • Get Comments
    • Get Details
    • Add Comment (POST)
    • Assign Owners (POST)
    • Resolve (POST)
  • Health
    • Get
  • Resolution
    • Get Many
  • User (Org)
    • Get Many

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

Discussion