npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@joshuanode/n8n-nodes-ninja-one

v0.1.1

Published

n8n community node for NinjaOne RMM API integration

Readme

n8n-nodes-ninja-one

npm version License: MIT n8n TypeScript GitHub

This is an n8n community node for integrating with the NinjaOne RMM API.

n8n is a fair-code licensed workflow automation platform.

Contributions are welcome! Please report any issues or submit pull requests on GitHub.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node supports the following resources and operations:

Organization

  • Create - Create a new organization
  • Get - Get a single organization
  • Get Many - Get multiple organizations
  • Update - Update an organization

Device

  • Approve/Reject - Approve or reject pending devices
  • Cancel Maintenance - Cancel a scheduled maintenance window
  • Delete - Delete a device (requires signed API agreement)
  • Get - Get a single device
  • Get Activities - Get device activity log
  • Get Alerts - Get device alerts
  • Get Custom Fields - Get device custom fields
  • Get Dashboard URL - Get the NinjaOne dashboard URL for a device
  • Get Disks - Get device disk information
  • Get Jobs - Get active jobs for a device
  • Get Last Logged On User - Get the last user who logged into the device
  • Get Many - Get multiple devices (with optional organization filter)
  • Get OS Patch Installs - Get OS patch installation history
  • Get OS Patches - Get available OS patches
  • Get Policy Overrides - Get policy overrides for a device
  • Get Processors - Get device processor information
  • Get Scripting Options - Get available scripting options for a device
  • Get Software - Get installed software on a device
  • Get Software Patch Installs - Get software patch installation history
  • Get Software Patches - Get available software patches
  • Get Volumes - Get device volume information
  • Reboot - Reboot a device (Normal or Forced)
  • Reset Policy Overrides - Reset policy overrides to default
  • Run Script - Run a script on a device
  • Schedule Maintenance - Schedule a maintenance window
  • Update - Update device properties
  • Update Custom Fields - Update device custom fields

Location

  • Create - Create a new location
  • Get Many - Get locations for an organization
  • Update - Update a location

Alert

  • Get Many - Get alerts with optional filters
  • Reset - Reset/acknowledge an alert
  • Reset with Activity - Reset an alert with activity data

Group

  • Get Device IDs - Get device IDs in a group
  • Get Many - Get all groups

Ticket

  • Add Comment - Add a comment to a ticket
  • Create - Create a new ticket
  • Get - Get a single ticket
  • Get Log Entries - Get ticket log entries
  • Update - Update a ticket

Webhook

  • Create - Create a new webhook
  • Delete - Delete a webhook

Query

  • Get Activities - Query activities across all devices
  • Get Alerts - Query alerts across all devices
  • Get Software - Query software inventory across all devices

Windows Service

  • Get Many - Get Windows services on a device
  • Start - Start a Windows service
  • Stop - Stop a Windows service

Credentials

To use this node, you need to configure NinjaOne API credentials:

  1. Log into your NinjaOne portal
  2. Go to Administration > Apps > API
  3. Create a new API application with Client Credentials grant type
  4. Copy the Client ID and Client Secret
  5. Select the appropriate scope (Monitoring, Management, or Control)

In n8n:

  1. Go to Credentials > Add Credential
  2. Select NinjaOne API
  3. Enter your Client ID and Client Secret
  4. Select your region (US, EU, or Oceania)
  5. Choose the appropriate scope

API Scopes

  • Monitoring - Read-only access to data
  • Monitoring + Management - Read/write access to data and settings
  • Monitoring + Management + Control - Full access including device control operations

Features

  • Resource Locator dropdowns - Select organizations, devices, locations, groups, and scripts from searchable dropdown lists
  • Pagination support - Use "Return All" to fetch all results or limit to a specific number
  • Expression support - All fields support n8n expressions for dynamic values
  • Device filters - Filter devices using NinjaOne's device filter query syntax
  • Rate limiting - Built-in rate limiting with exponential backoff
  • Multi-region support - US, EU, and Oceania API endpoints

Delete Device Operation

The Delete Device operation requires a special agreement with NinjaOne. Contact your NinjaOne account manager to sign the digital signature agreement to enable this endpoint.

Compatibility

  • n8n version: 1.0+
  • Node.js version: 18.17.0+

Resources

License

MIT