🚀 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.
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 secret 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.
- cURL
- Node
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.-
How to register your own ServiceNow OAuth app
Register an OAuth app with ServiceNow and obtain credentials to connect it to Nango -
How do I link my account?
Find your instance domain and connect it to Nango
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