- 17 Mar 2025
- 3 Minutes to read
- Print
- DarkLight
ServiceNow Tickets
- Updated on 17 Mar 2025
- 3 Minutes to read
- Print
- DarkLight
ServiceNow Tickets is used for incident management. It automatically raises and assigns incident tickets, tracks the incident’s status, and ensures that they are resolved promptly. For detailed information refer to the ServiceNow’s official documentation.
Integration Method: API
Tables: Ticket Inventory (99405001)
This integration supports the following events.
Event | Description |
---|---|
Incidents | Retrieves data for all incident details |
This integration supports the following versions.
ServiceNow Version Tested | ServiceNow Vancouver |
ServiceNow API version | v2.0 |
Prerequisites
The user should have access to the ServiceNow Admin privileges to create an OAuth API endpoint for external clients.
The user should have access to the DataBee console.
Configuration Overview
Generate API credentials on the ServiceNow console with the required user roles.
Add the ServiceNow Tickets data feed integration in the DataBee console with the required API credentials.
DataBee Parameter
ServiceNow Parameter
Client Key
Client ID
Client Secret
Client Secret
Username
User ID
Password
Password
Token URL:<instance>
ServiceNow Instance
API URL :<instance>
ServiceNow Instance
ServiceNow Configuration
The scope is a mechanism to let an application request limited access to a user’s data. ServiceNow platform supports authentication scopes to allow admins to limit access of an OAuth client application to a specific REST API.
Create OAuth client application
Get the servicenow instance from the URL as highlighted below.
Navigate to All.
In the search bar, enter System OAuth.
Navigate to System OAuth > Application Registry.
Click on the New button.
On the “Interceptor” page, click Create an OAuth API endpoint for external clients.
Fill in the required details in the form:
Name: enter a unique name for OAuth client application.
Client ID: automatically generated by the ServiceNow OAuth server.
Client Secret: enter Client secret for the Oauth application or leave empty for auto generation.
Copy the Client ID for later use.
Click on the Submit button.
Select the Application created in the previous step from the Application Registries table.
Click on Lock icon and save the Client Secret for later use.
Name
Unique Name that identifies the application
Client ID
This will be auto generated by the instance: To be provided to DataBee.
Client Secret
This will be auto generated by the instance Or Can Entered: To be provided to DataBee.
Refresh Token Lifespan
8,640,000 seconds (100 days) & can be increased
Access Token Lifespan
1800 seconds (30 Minutes) & can be increased
Create User
Navigate to All,
In the search bar, enter User Administration.
Navigate to User Administration > Users.
Click on the New button. The “Create User form” window will appear.
Fill in the required fields to create a user:
User ID: enter a unique username.
First Name: enter the user's first name.
Last Name: enter the user's last name.
Time Zone: set to GMT/UTC to ensure the API response includes GMT/UTC dates.
Date Format: set to System (yyyy-MM-dd).
Active: ensure the checkbox is selected.
Locked Out: ensure the checkbox is NOT selected.
The user must be active and not locked out to allow the instance to generate an access token for OAuth.
Copy the User ID for later use.
Click the Submit button.
Search for the User ID created in the previous step and click on it.
Click on the Set Password button.
Click on the Generate button and copy the password for later use.
Click on the Save Password button.
Click on the Close button.
Assign roles to user
Go to Roles tab and click on Edit to assign roles to user.
In the search bar:
Enter ITIL and click Add.
Click the Save button.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for ServiceNow Tickets and click it as shown below.
Click on the API Ingest option for collection method.
Enter feed contact information and click Next.
In the configuration page, confirm the following:
API Base URL: replace <instance> with your ServiceNow Instance.
Authorization Method: OAuth2
Username: paste the User ID.
Password: paste the Password .
Client Key: paste the Client ID generated earlier in the ServiceNow Platform.
Client Secret: paste the Client Secret generated earlier in the ServiceNow Platform.
Token URL: replace <instance> with your ServiceNow Instance.
Event Types: preselected for all the event types that integration pulls.
Click Submit.
Troubleshooting Tips
Ensure the client key, client secret, instance, username and password are pasted correctly. Since you cannot view the client key and secret after the 1st time, re-create the creds, paste it on a text editor to ensure no spaces or unexpected characters are included and reconfigure the DataBee feed.
Make sure the required user role is assigned.