n8n-nodes-itglue-extended
v1.1.0
Published
Advanced IT Glue integration for n8n: CRUD, Flexible Assets, Configurations, and Password sync.
Downloads
15
Maintainers
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-extendedAdjust Docker Compose (docker-compose.yml):
volumes:
- /opt/automation-server/shared/n8n/custom:/home/node/.n8n/custom
environment:
- N8N_CUSTOM_EXTENSIONS=/home/node/.n8n/customRestart your n8n container. See the official n8n docs for more.
Configuration & Usage
Create IT Glue API credentials in your n8n instance:
- API Key: Your IT Glue API key
- Base URL: Choose your region or custom endpoint.
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!
- Consult the IT Glue API Documentation for guidelines.
- For significant changes, please open an issue first to coordinate.
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.
