Supported Data Models
Required Parameters
These parameters are mandatory for the connector to authenticate and function properly.| Variable | Description |
|---|---|
Instance Name | Your ServiceNow instance name(if the instance url is https://devxxxxxx.service-now.com - put the instance name as devxxxxxx) |
Username | Your ServiceNow username |
Password | Your ServiceNow password |
Creating a ServiceNow User for Leen Integration
This guide walks you through creating a ServiceNow user and assigning the appropriate roles to enable Leen to connect and interact with your ServiceNow instance.Create a User
- Login to ServiceNow portal using admin privilges.
- Navigate to All > User Administration > Users
- Select New
- Fill in the mandatory fields on the form:
- User ID - This will be used as the username in the Leen connection
- Complete all other required fields and save the record
- Set up the user’s password:
- After saving, select Set Password
- Create a password that can be permanent or temporary
- Copy this password for use in the Leen connection configuration
- If you check
Password needs reset, the user will be required to change the password during first login - For API-only access where the user doesn’t need ServiceNow UI access, you can set appropriate restrictions
Assign Roles
- Navigate to All > User Administration > Users
- Open the previously created user record
- Scroll down to the Roles related list
- Click Edit
- Assign following roles by dragging them from the left bucket to the right:
Role Options
| Role | Description |
|---|---|
itil | Provides access to incident, problem, and change management data |
sn_request_read | Provides read access to service catalog requests |
- Select Save to apply the role assignments
Additional Configuration (Optional)
Table Access
By default, theitil role provides access to core ITSM tables including:
- Incidents (incident)
- Problems (problem)
- Changes (change_request)
- Service Requests (sc_request)
- Tasks (task)