Skip to content

n8n community node for the iTop ITSM system (including Professional & Professional Plus variants).

License

Notifications You must be signed in to change notification settings

Combodo/n8n-nodes-itop

 
 

Repository files navigation

n8n-nodes-itop

This is an n8n community node. It lets you use iTop CMDB in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Resources

Preview

itop-n8n-node.mov

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Get: Search for and retrieve iTop objects using OQL queries or object IDs
  • Update: Update a single iTop object with new field values

Credentials

You can use either username/password or token-based authentication to use this node.

Setting up credentials in n8n

  1. In n8n, go to Credentials and create a new iTop API credential
  2. Enter your iTop URL (e.g., https://your-itop-instance.com)
  3. Select your Authentication Method:

Username and Password

  1. Select Username and Password as the authentication method
  2. Enter your iTop Username
  3. Enter your iTop Password
  4. Optionally adjust the API Version (default: 1.3)

Token

  1. Select Token as the authentication method
  2. Enter your iTop Auth Token
    • To generate a token in iTop, go to User Account > Personal Tokens
  3. Optionally adjust the API Version (default: 1.3)

Required iTop Permissions

Users need the following permissions in iTop:

  • REST Services User profile
  • Write access on the classes they want to modify
  • Bulk write permissions on the classes they want to modify

Note: Standard administrator accounts do not have REST access by default unless the REST Services User profile is explicitly granted.

Compatibility

Compatible with [email protected] or later

Resources

About

n8n community node for the iTop ITSM system (including Professional & Professional Plus variants).

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • JavaScript 3.8%