Supported Data Models
Write & Passthrough Endpoints
ServiceNow ITSM supports ticket creation, updates, and bulk operations via the ITSM Write Endpoints. Passthrough endpoints are also available for listing assignable users and searching tickets in real time. ServiceNow usesincident and problem tables instead of projects. When creating tickets, set type to "Incident" or "Problem" — no project ID is required.
Required Parameters
These parameters are mandatory for the connector to authenticate and function properly.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
- 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)