# ServiceNow

**ServiceNow**

[ServiceNow](https://developer.servicenow.com/dev.do) is a cloud computing platform to help companies manage digital workflows for their operations.

**Account integration using OAuth**

To begin, you will need:

* A [ServiceNow](https://developer.servicenow.com/dev.do) account.

**STEP 1:** Register an account, click on **\[Start building].**

![](/files/8otEaP4onF4zX0XVVAE5)

**STEP 2**: Click on **\[Request Instance]**.

![](/files/RghlPokOOQJHcH0if5vV)

**STEP 3:** Login with the given username and password.

**STEP 4:** Navigate to **System OAuth > Application Registry**.

![](/files/Ejp0pKpilwbWCF9xOekV)

**STEP 5:** Click **\[New]** button > **Create an OAuth API endpoint for external clients**.

![](/files/aueryI2V8qVV1PMVfepJ)

![](/files/LiaokyjHxcw6C6UMkXJ0)

**STEP 6:** Complete the following fields:

* **Name**: Enter a descriptive name for the new endpoint.

![](/files/fOGJopIH0NDYklJpho8R)

* **Client ID**: Auto populated field, you will need this ID to configure your **iMBRACE** credentials.

![](/files/oQod5EYLYR1Ri6bWZd6u)

* **Client Secret**: Enter your desired secret or leave **blank** to auto generate a random string. You will need this to configure your credentials.

![](/files/DnO7l8F9WmJG9dmmafSn)

* **Redirect URL**: In iMBRACE, copy the **OAuth Callback URL**.

  * iMBRACE

  ![](/files/CEusSDLC3hABXPyPGtJG)

  * Paste it in ServiceNow.

![](/files/5bwb5XKlyjHsHZCQHhbM)

**STEP 7:** Click **\[Submit]** to save and create your new endpoint.

**STEP 8:** In iMBrace, enter a descriptive **Credentials Name**.

![](/files/yTpATW31lWIeqRN8l0cg)

**STEP 9:** Under **Credential Data** complete the following fields:

* **Client ID**: Enter the client ID generated above.

![](/files/pf0a8Dq2u1EOECrelbJC)

* **Client Secret**: Enter your client secret created above.

![](/files/BQyrEF3vApZQNFGsenY6)

* **Subdomain**: Enter the subdomain of your ServiceNow instance. This can be seen in your instance URL: **https\://\<subdomain>.service-now\.com/.**

<figure><img src="/files/vYGkS6yhImzrKDz2CNM5" alt=""><figcaption></figcaption></figure>

**STEP 10:** From the **OAuth** section, click the **\[Connect button]** to establish the connection and finalize your iMBRACE credentials.

**DONE:** The credential can then be used for ServiceNow nodes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://imbrace.gitbook.io/imbrace-documentation/integrations/servicenow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
