ServiceNow
ServiceNow is a multifunctional platform seen in many organisations. It frequently handles tasks related to asset management and service desk activities
Our ServiceNow integration will send a create a new ticket in ServiceNow Service Desk Incidents. The alert will show details on the event it relates to, and provide a link back to the event details in the seedata.io platform
Fields required are as follows:
Instance name (required)
Client ID (required)
Client secret (required)
Refresh token (required)
Step 1: Get your Client ID and Client Secret
Documentation by ServiceNow is available here : https://docs.servicenow.com/bundle/xanadu-platform-security/page/administer/security/task/t_CreateEndpointforExternalClients.html
Log in to you serviceNow instance and go to All > System OAuth > Application Registry
Create a new registry
Select `Create an OAuth API endpoint for external clients` when prompted
Give the registry a name & set the redirect url to “https://<your_instance_name>.service-now.com/login.do“
Add an available auth scope / or create a new auth scope for this registry.
COPY THE CLIENT ID & CLIENT SECRET.
Step 2: Get your refresh token
Open terminal / command prompt and run the following command (after populating any variable within <> using the appropriate value
This will return you a value for REFRESH-TOKEN
Step 3: Create your new ServiceNow Alert Integration
Log in to app.seedata.io
Go to Settings in the left menu bar, then Alerts, and click ADD NEW
Set the type to ServiceNow
Add a name and description for this alert integration, to help you identify it from others in your list
Select the event priorities you wish alerts to be sent for
Add the values obtained from earlier steps
Any alerts to the servicenow alert type can be found in the following path in servicenow.
All > service desk > incidents
If you want to create a Service Now instance to test this alert integration, follow these steps
Signin/signup to servicenow - ServiceNow Developers
Select the ‘developer programme’ app on first sign in
Standup a developer instance
Save the instance admin username & password.
Install & enable the oauth plugin for instance - Product Documentation | ServiceNow
All > system applications > all available applications > all
install & enable oauth 2 plugin
Last updated