Back to Nodes

IT Glue

v2.2.0
Last updated Jun 30, 2026

An n8n node to connect to IT Glue

23 Weekly Downloads
90 Monthly Downloads

Included Nodes

IT Glue

Description

n8n-nodes-itglue

An n8n community node for integrating with IT Glue API.

Development

This repo uses pnpm with a committed lockfile and supply-chain controls in pnpm-workspace.yaml (see SECURITY.md). Development requires Node.js 22.22.3+. After clone:

corepack enable && corepack prepare pnpm@10.19.0 --activate
pnpm install --frozen-lockfile
pnpm run audit:supply-chain
pnpm run build

Use pnpm only for installs in this repo. With Corepack enabled, npm install and yarn install are rejected. Do not commit package-lock.json or yarn.lock (see SECURITY.md).

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-itglue

Prerequisites

  • IT Glue account with API access
  • API Key from IT Glue
  • Your IT Glue region (US, Europe, or Australia)
  • Setup

    Setting up API Key in IT Glue

    1. Log into your IT Glue instance
    2. Navigate to Account > Settings > API Keys
    3. Create a new API key
    4. Note down the API Key for use in n8n

    Configuring Credentials in n8n

    1. Region: Select your IT Glue region (api, api.eu, or api.au)
    2. API Key: The API key from IT Glue

    Supported Operations

    Attachments

    Manage file attachments with create, update, and bulk destroy operations for document management.

    Configurations

    Complete configuration item management with CRUD operations, bulk updates, and comprehensive filtering for IT asset management.

    Configuration Interfaces

    Manage network interfaces and connections with full CRUD operations and bulk update capabilities.

    Configuration Statuses

    Manage configuration status definitions with complete CRUD operations for asset lifecycle tracking.

    Configuration Types

    Manage configuration type definitions with CRUD operations for asset categorization.

    Contacts

    Manage contact records with full CRUD operations, bulk updates, and comprehensive contact information management.

    Contact Types

    Manage contact type definitions with CRUD operations for contact categorization.

    Countries

    Retrieve country information and geographical data with filtering capabilities.

    Documents

    Complete document management with CRUD operations, bulk updates, and comprehensive document handling.

    Domains

    Retrieve domain records and DNS-related information with filtering options.

    Expirations

    Track asset and license expirations with retrieval and filtering capabilities.

    Flexible Assets

    Manage custom flexible asset types with dynamic field structures, supporting full CRUD operations and bulk destroy.

    Flexible Asset Fields

    Manage flexible asset field definitions with complete CRUD operations and bulk update capabilities.

    Flexible Asset Types

    Manage flexible asset type definitions with full CRUD operations for custom asset management.

    Logs

    Retrieve system logs and audit trail information for monitoring and compliance.

    Operating Systems

    Retrieve operating system information and specifications with filtering capabilities.

    Organizations

    Manage organization records with comprehensive CRUD operations including creation, updates, bulk operations, and deletion with filtering capabilities.

    Organization Statuses

    Manage organization status definitions with CRUD operations for organizational lifecycle tracking.

    Organization Types

    Manage organization type definitions with CRUD operations for organizational categorization.

    Passwords

    Securely manage password entries with full CRUD operations including creation, updates, retrieval, deletion, and bulk operations with advanced filtering.

    Password Categories

    Manage password category definitions with CRUD operations for password organization.

    Platforms

    Retrieve platform and technology information with filtering capabilities.

    Regions

    Retrieve regional information and geographical data with filtering options.

    Related Items

    Manage relationships between different IT Glue resources with CRUD operations and bulk destroy capabilities.

    Users

    Manage user accounts with CRUD operations for user administration.

    User Metrics

    Retrieve user activity metrics and analytics for monitoring user engagement.

    Resources

  • IT Glue API Documentation
  • n8n Documentation
  • Repository

License

MIT