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
itop-n8n-node.mov
Follow the installation guide in the n8n community nodes documentation.
- Get: Search for and retrieve iTop objects using OQL queries or object IDs
- Update: Update a single iTop object with new field values
You can use either username/password or token-based authentication to use this node.
- In n8n, go to Credentials and create a new iTop API credential
- Enter your iTop URL (e.g.,
https://your-itop-instance.com) - Select your Authentication Method:
- Select Username and Password as the authentication method
- Enter your iTop Username
- Enter your iTop Password
- Optionally adjust the API Version (default: 1.3)
- Select Token as the authentication method
- Enter your iTop Auth Token
- To generate a token in iTop, go to User Account > Personal Tokens
- Optionally adjust the API Version (default: 1.3)
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.
Compatible with [email protected] or later