Skip to main content

🚀 Quickstart

Connect to Gong with Nango using OAuth and see data flow in 2 minutes. See Gong (Basic Auth) if you want to use an API key instead.
1

Create the integration

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

Authorize Gong

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

Call the Gong API

Let’s make your first request to the Gong API (list calls). 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.

📚 Gong (Oauth) integration guides

Nango-maintained guides for common use cases. Official docs: Gong API documentation

🧩 Pre-built syncs & actions for Gong (Oauth)

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

Others

API gotchas

  • Gong rate-limits API access to 3 requests per second and 10,000 requests per day by default. Contact Gong support if you need higher limits.