Skip to main content

Gong

Overview

The Gong source connector lets you connect to the Gong REST API and (when available) extract Gong data into your destination.

Status

This connector is currently in development. Authentication (credential validation) is implemented, but data extraction and catalog discovery are not yet available.

Prerequisites

  • A Gong account with API access enabled.
  • A Gong Access Key and Access Key Secret.
  • Know which Gong API region you should use:
    • US: https://api.gong.io
    • EU: https://api-eu.gong.io

Authentication

This connector uses HTTP Basic Authentication to the Gong API:

  • Username: Access Key
  • Password: Access Key Secret

During setup/login, the connector validates credentials by calling:

  • POST /v2/users/extensive

Setup

  1. In Gong, create or retrieve an Access Key and Access Key Secret.
  2. Choose the correct API Base URL for your region:
    • https://api.gong.io (US)
    • https://api-eu.gong.io (EU)
  3. In your workspace, create a new Gong source and enter the configuration fields below.
  4. Test the connection to validate credentials.

Configuration reference

FieldTypeRequiredDescription
access_keystringYesGong Access Key used as the Basic Auth username.
access_key_secretstringYesGong Access Key Secret used as the Basic Auth password.
api_base_urlstringYesGong API base URL. Must be exactly https://api.gong.io or https://api-eu.gong.io.

Streams

No streams are currently exposed. Catalog discovery returns an empty catalog, and extraction is not yet implemented.

Troubleshooting

  • Invalid API base URL

    • Ensure api_base_url is exactly one of:
      • https://api.gong.io
      • https://api-eu.gong.io
  • Credential validation failed

    • Confirm the Access Key and Secret are correct and active.
    • Confirm the API key has permission to access the Gong API.
    • If your Gong account is in the EU region, use https://api-eu.gong.io.