1
Request a developer account
- Go to Gong Developer Signup.
- Fill out the form with your details and submit.
- Wait for approval (this can take up to five working days).
- Once approved, you’ll receive login credentials for your developer account.
2
Create a new app
- Log in to your Gong developer account.
- Navigate to Company Settings > Ecosystem > API.
- Click on the OAuth tab.
- In the INTEGRATIONS tab, click Create Integration.
3
Configure OAuth settings
- Fill in the required app information:
- App Name: Your application’s name
- Description: Brief description of your app
- Company Website: Your company’s website URL
- Redirect URIs: Add
https://api.nango.dev/oauth/callback
- In the Required authorization scopes area, select the scopes that your app needs.
- Click Save to create your app.
4
Obtain OAuth credentials
- After creating your app, you’ll be provided with:
- Client ID
- Client Secret
- Make a copy of these credentials as they will be needed when configuring your integration in Nango.
5
Submit your app for review (if needed)
- By default, your app will be in “Private” mode and can only be used within your organization.
- To make your app available to other Gong customers, you need to publish it to the Gong Collective:
- Navigate to your app settings
- Click Publish to Gong Collective
- Complete the required information
- Submit for review
- Wait for Gong’s approval before your app can be used by external organizations.
6
Next
Follow the Quickstart to connect your first account.
Making API requests
Gong’s OAuth token response includesapi_base_url_for_customer, a base URL that’s unique to each customer. Nango automatically captures this value during the token exchange and uses it as the base URL for proxy requests, so you don’t need to configure or pass it manually.
For more details, see Gong’s OAuth documentation.