Install the ServiceNow Integration
Automatically sync ServiceNow tickets and BigPanda incidents.
Use BigPanda to automatically create incidents in ServiceNow, based on high-level incidents that are intelligently grouped from multiple alerts. The ServiceNow application has a convenient UI that provides configurability to support most use cases with documentation for further customization. Integrating BigPanda with ServiceNow reduces IT noise resulting in faster incident resolution.
Compare supported versions and types or read more about the bidirectional sync capabilities and best practices in the ServiceNow documentation.
Create an App Key
Create an app key in BigPanda.
Integration specific
You'll need a separate app key for each integrated system.
Install the BigPanda Application in ServiceNow
Download the BigPanda application Update Set from the ServiceNow Developer Portal
- In ServiceNow, navigate to All > System Update Sets > Retrieved Update Sets
- Under Related Links, click Import Update Set from XML
- Choose the Update Set file, and click on Upload
- Select the newly uploaded Update Set, then click on Preview Update Set
- Under Update Set Preview Problems, if you see the error:
Could not find a record in sys_app_application for column menu referenced in this update
, select Accept Remote Update. The error is expected and the remote update must be accepted for the application to function. - Click Commit Update Set
- Once committed, the application should be available from the Navigation Pane and Scope
Connect ServiceNow to BigPanda
To setup the BigPanda application in ServiceNow, use the All Applications Navigation pane to find BigPanda > Configuration.
NOTE: Make sure the BigPanda Scope is selected when making edits to the Configuration Page. Edits made outside of the BigPanda scope will not be saved.
-
Activate the Incidents module by checking the Active box under Incidents
-
Using the details below, fill in the inputs for Bearer Token, API Key, and Incidents App Key:
- Bearer Token:
<Your Org Bearer Token>
- API Key: Follow these instructions to create one
- Incidents App Key:
<Your App Key>
- These fields should be autopopulated:
- Incidents Retrieval Endpoint:
https://integrations.bigpanda.io/servicenow/incidents/retrieve
- Incidents Callback Endpoint:
https://integrations.bigpanda.io/servicenow/incidents/callback
- Incidents Retrieval Endpoint:
- Bearer Token:
-
For optional further configuration details please refer to the ServiceNow Incidents documentation
-
Once the fields have been configured, click Submit at the bottom of the page
Create a User for BigPanda in ServiceNow
-
In ServiceNow, under All > User Administration > Users, select New
-
Fill out the New User form (make sure to include the following fields):
- User ID:
bigpanda
- First name: BigPanda
- Make sure that the Active checkbox is checked
- Check the Web service access only checkbox to set this user as a non-interactive user for enhanced security
- User ID:
-
Click Submit
-
Find the newly created user by filtering by User ID to
bigpanda
-
Generate a password for the user. Save this password for later, you will need it during webhook configuration.
-
Navigate to the Roles tab at the bottom of the screen and select Edit… (Do not edit through Roles module in the Navigation Sidebar)
-
On the left table, filter to
x_bip_panda_user
and double click the field to move it to the right table -
Click Save
Configure Integration Webhook
- x-bp-servicenowPassword: Enter the password for the user created in the previous section.
- x-bp-api-key header: Enter the value for the API Key created earlier
- x-bp-config-servicenowUrl: Enter the full domain name of your ServiceNow account.
- x-bp-servicenowUsername: Enter the username, usually
bigpanda
. - (Optional) Add any additional custom headers if needed. Refer to the ServiceNow Advanced Customization documentation
- Click Configure Webhook
Testing the integration
Manually share an existing BigPanda Incident to this newly created integration
Updated 26 days ago