Skip to main content

πŸš€ Quickstart

Connect to ServiceNow with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> ServiceNow.
2

Authorize ServiceNow

Go to Connections -> Add Test Connection -> Authorize, enter your instance domain, then log in to ServiceNow. Later, you’ll let your users do the same directly from your app.
3

Call the ServiceNow API

Let’s make your first request to the ServiceNow Table API (fetch a list of incidents). Replace the placeholders below with your Environment API key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.βœ… You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.

πŸ“š ServiceNow Integration Guides

Nango-maintained guides for common use cases. Official docs: ServiceNow REST API Documentation

API gotchas

  • A ServiceNow Developer Instance is free for testing; production instances require a paid subscription.
  • The OAuth application must be registered as Create an OAuth API endpoint for external clients in the Application Registry, with the redirect URL set to https://api.nango.dev/oauth/callback.
  • Enter your instance’s full domain (e.g. your-instance.service-now.com) in the ServiceNow Domain field β€” Nango uses it to build the authorization and token endpoints automatically.
Contribute API gotchas by editing this page

🧩 Pre-built syncs & actions for ServiceNow

Enable them in your dashboard. Extend and customize to fit your needs.

Others