About Ivanti Neurons for ITSM
Ivanti Neurons for ITSM is an IT-service-management platform. Connecting it to Serval lets you build workflows that read and write Ivanti business objects (incidents, service requests, changes, problems, tasks, and custom objects) through Ivanti’s OData REST API.What the Ivanti Neurons for ITSM integration enables
| Capability | Description |
|---|---|
| Automation workflows | Trigger automated processes that query, create, and update Ivanti business objects |
| API access | Make authenticated calls to the Ivanti OData/REST API from Serval workflows |
This integration connects Serval to the Ivanti API for workflow automation. Bidirectional ticket sync is not part of this integration.
Ivanti configuration (in Ivanti)
You authenticate Serval with an Ivanti API Key (the Reference ID of a REST API Key). The key is tied to the tenant, is static, and does not expire.Create a REST API group (first time only)
In the Ivanti Configuration Console, go to Security Controls → API Keys.If you have never used REST API keys on this tenant, create a group for REST API access first. If a group already exists, skip to the next step.
Create a REST API Key
- Click Add API Key. The New API Key page opens.
- The Reference ID field is auto-generated — this value is the API Key you will paste into Serval.
- (Optional) Restrict the key to specific source IPs by clicking Add New IP and entering the address. If you do this, the key only works for requests from those IPs.
- Save the key.
Serval configuration
- In Serval navigate to Apps → Available → Ivanti ITSM → Connect.
-
Complete the form:
Field Value Tenant URL Your Ivanti tenant host, without https://or any path. Forhttps://company.ivanticloud.comentercompany.ivanticloud.com.API Key The Reference ID from the REST API Key you created above. - Click Save.
Authorization: rest_api_key={Reference ID}; you do not need to format the header yourself.
Once connected, Serval can query and update Ivanti business objects according to the permissions of the account behind the API Key.
Troubleshooting
“Not authorized” errors
“Not authorized” errors
Connection fails immediately after saving
Connection fails immediately after saving
- Make sure the Tenant URL is a host only — no
https://, no/api/...path, no trailing slash. For examplecompany.ivanticloud.com. - The tenant host must be an Ivanti Cloud (
*.ivanticloud.com) address.
Workflow can read but not create/update records
Workflow can read but not create/update records
The account behind the API Key does not have write permission on that business object. Update the account’s role in Ivanti to grant the needed access.

