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

n8n-nodes-itglue-extended

v1.1.0

Published

Advanced IT Glue integration for n8n: CRUD, Flexible Assets, Configurations, and Password sync.

Downloads

15

Readme

n8n-nodes-itglue-extended

Unofficial IT Glue® Node for n8n.io – Complete CRUD, Flexible Assets, and Extended MSP Automation


Overview

n8n-nodes-itglue-extended is an advanced, production-ready n8n.io community node designed to offer extensive integration with the IT Glue API. Built specifically for MSPs, IT administrators, and automation specialists, this node provides:

  • Complete CRUD operations (Organizations, Passwords, Configurations, Contacts, Flexible Assets)
  • Dynamic field loading for Flexible Assets
  • Pagination, filtering, search capabilities
  • Compatible with all IT Glue regions: US (.com), EU (.eu), AU (.au), and custom endpoints
  • Commercial-friendly (MIT License)

This project is community-maintained and is not affiliated with, endorsed by, or officially supported by IT Glue or Kaseya. IT Glue® and associated logos and trademarks are property of Kaseya Holdings Inc.


Installation

1. n8n Community Nodes (Recommended)

  • Navigate to Settings → Community Nodes → Install in your n8n instance.
  • Search for:

n8n-nodes-itglue-extended
  • Click Install and restart n8n if required.

2. Manual Installation (Docker or Custom Environment)

Clone, build, and install manually:

git clone https://github.com/limited-lemon/n8n-nodes-itglue-extended.git
cd n8n-nodes-itglue-extended

npm install
npm run build

# Move to custom nodes directory (adjust path as necessary)
cp -r dist /opt/automation-server/shared/n8n/custom/node_modules/n8n-nodes-itglue-extended

Adjust Docker Compose (docker-compose.yml):

volumes:
  - /opt/automation-server/shared/n8n/custom:/home/node/.n8n/custom

environment:
  - N8N_CUSTOM_EXTENSIONS=/home/node/.n8n/custom

Restart your n8n container. See the official n8n docs for more.


Configuration & Usage

  1. Create IT Glue API credentials in your n8n instance:

    • API Key: Your IT Glue API key
    • Base URL: Choose your region or custom endpoint.
  2. Add IT Glue Node to your workflow, selecting the desired operation and configuring parameters.

  • Flexible Asset fields load dynamically based on your selected asset type.

Legal & Trademark Notice

  • IT Glue® and associated marks/logos are trademarks of Kaseya Holdings Inc.
  • This software uses IT Glue's logo strictly for UX clarity and ease of identification; all intellectual property rights remain with Kaseya.
  • If you represent IT Glue/Kaseya and require changes regarding trademark usage, please submit an issue or contact the maintainer.

License

MIT License. Commercial use allowed.

See LICENSE for details.


Contributions

Contributions, feature requests, and bug reports are welcome!


Maintainer

Tristen Rice GitHub: limited-lemon


Disclaimer

This software is provided "as-is" without warranties or official support from IT Glue/Kaseya. Use at your own risk.