Skip to main content

🚀 Quickstart

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

Create the integration

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

Authorize Gong

Go to Connections -> Add Test Connection -> Authorize, then enter your Gong Access Key and Access Key Secret (see the connect guide below). 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 connect guide linked below.

📚 Gong (Basic Auth) integration guides

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

🧩 Pre-built syncs & actions for Gong (Basic Auth)

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.