
Create a ServiceNow app (Admin required)
- Connect to your ServiceNow instance
- Navigate to the
System OAuth
->Application Registry
page

- Create a new application by clicking
New
->Create an OAuth API endpoint for external clients

- Set the following fields:
- Name:
Elementary
(Reccomended) - Redirect URL:
https://prod.nango.elementary-data.com/oauth/callback
- Logo URL:
https://cdn.prod.website-files.com/65ec9eebc532cfda4df5fcd7/6781525ba8657fba8fa35446_Vector.svg
(Optional)
- Name:

- Save the application
- Go to the created application and copy the
Client ID
andClient Secret
Add Elementary Link to the incidents table (Recommended)
- Navigate to
System Definitions
->Table

- Select the
Incident
table

- Under
Columns
, clickNew
- Set the following fields:
- Type:
URL
- Column Label:
Elementary Link
- Column Name:
u_elementary_incident_url
- Type:

- Click
Submit
How to connect your ServiceNow app
- Go to the
Environments
page on the sidebar. - Select an environment and click connect on the
Connect ticketing system
card, and selectServiceNow
.


- Fill in the app details:
- Client ID: Client ID from the app you created in the previous step
- Client Secret: Client Secret from the app you created in the previous step
- Subdomain: The subdomain of your ServiceNow instance (e.g. for
https://my-company.service-now.com
, the subdomain ismy-company
)

- Click
Connect
- Allow the app to access your ServiceNow instance. This step may require admin approval.

- Choose a group to assign the incidents to

- Click
Save
Creating ServiceNow incident from incidents
When an incident is created, you can create a ServiceNow incident from the incident page by simply clicking on “Create ticket”. The incident will automatically be created in ServiceNow, in the group you chose upon connecting ServiceNow. After the ticket is created you can see the ServiceNow incident link in the incident page. The incident will also contain a link to the incident in Elementary.Note: Elementary will not update the incident in ServiceNow when the incident is resolved or changed in any way
