Connect
Connect Service Now to Zluri
Prerequisites
- Active ServiceNow instance with administrator privileges
- ServiceNow instance URL (subdomain)
- Valid Zluri account with integration permissions
- Permission to create users and assign roles in ServiceNow
Setup Steps
Step 1: Identify Your ServiceNow Instance Details
- Find your ServiceNow subdomain:
- You can find the Service Now subdomain value in the Manage > Instance menu in the developer portal or in the instance's URL
- Your instance URL format:
https://[your-subdomain].service-now.com
- Example: If your URL is
https://dev64081.service-now.com
, your subdomain isdev64081
Step 2: Create ServiceNow Integration User
- Log in to ServiceNow as an administrator
- Navigate to User Administration:
- Navigate to All > User Administration > Users
- Create a new user:
- Click "New" to create a new user
- User ID – Create a unique identifier for the user (e.g.,
zluri_integration_user
) - Set a strong password according to your organization's standards
- Select the check box for Web Service Access Only
- Fill in required fields (First Name, Last Name, Email)
Step 3: Assign Required Roles
Assign the following roles to the integration user for sys_user
table API access:
-
Basic API Access:
rest_service
- Required for REST API access to ServiceNow
-
User Table Access Roles:
sys_user.read
- For reading user records from the sys_user table
-
Save the user and note down the credentials
Step 4: Configure Zluri Integration
-
Return to Zluri platform
-
Navigate to ServiceNow integration
-
Enter Connection Details:
- Sub Domain: Enter your ServiceNow subdomain (e.g.,
dev64081
) - Username: Enter the integration user ID created in Step 2
- Password: Enter the password for the integration user
- Sub Domain: Enter your ServiceNow subdomain (e.g.,
Step 5: Authorize and Connect
-
Choose Authorization Method:
- Click "Connect it myself" if you have the credentials
- Or click "Send to a Co-worker" to delegate the authorization
-
Test Connection:
- Click "Connect" to establish the integration
- Verify that the connection is successful
- Save the integration configuration
Important Notes
- Take note of the user ID and password, as it is used again in the set-up process
- The integration user should have minimal required permissions for security
- The password should be created as per your organization's standards
- Test the integration with a small scope before full deployment
Updated about 14 hours ago