Skip to main content
Skip table of contents

ServiceNow Connector v1.0

1. Prerequisites and Additional Steps

ServiceNow is a cloud-based platform that enables organizations to automate, streamline, and manage a wide range of business processes. Originally known for its strong capabilities in IT service management (ITSM), it has since expanded to support workflows across various departments, including human resources, customer service, security operations, and more.

Login to ServiceNow using your credentials.

After logging into Developer portal click Start Building to go the main Dashboard. We will be redirected to below page.

image-20250521-162006.png

2. Authentication

ServiceNow supports OAuth2 to authenticate its APIs. To create an OAuth2 App in ServiceNow search System OAuth in All.

image-20250521-162341.png

Click on Application Registry to get to the below page and Click New button to create new OAuth2 app.

image-20250522-115307.png

Choose first option to create app.

SN2.png

Provide details like Name, callback URL etc. to get ClientID and Secret.

image-20250522-115338.png

3. Connector Actions and Tests

Api: Retrieve metadata for attachments (GET)

Action Name / Method

Api: Retrieve metadata for attachments (GET)

Local Tests

Dev Tests

 

Q/A Tests

 

Action Description

Retrieves metadata for attachments on ServiceNow with search query.

 

 

 

Test Case

Retrieves metadata for attachments on ServiceNow with search query.

Pass

 

Pass

Request Body Name

Paramenter

Type

Description

 

 

Sysparm Query

String

table_name=incident^sys_created_on>2025-05-20

 

image-20250521-163727.png

4. Connection Settings and Configuration

Settings Parameters

Value

Description

Required (Y/N)

Default Value

Connector

ServiceNow

Connector Name

Y

ServiceNow

Host Name

https://xyz.com

Endpoint required for performing CRUD

Y

https://xyz.com

Authentication

OAuth

Type of authentication

Y

 OAuth

Client ID

$clientId

Y

$clientId

Client Secret

$cllientSecret

Y

$cllientSecret

Token Url

https://xyz.com/oauth_token.do

Y

https://xyz.com/oauth_token.do

Authorization Url

https://xyz.com/oauth_auth.do

Y

https://xyz.com/oauth_auth.do

image-20250522-115632.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.