Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
GONG_ACCESS_KEYYesGong API Access Key Docs.
GONG_ACCESS_KEY_SECRETYesGong API Access Key Secret Docs.

Setup

  1. Get API access: Sign in to Gong as a technical administrator. API access requires a Gong subscription; ask your admin if you don’t see the API settings.
  2. Create an access key: In the Gong admin center go to Ecosystem → API (https://app.gong.io/company/api) and click ‘Create’ to generate an Access Key and Access Key Secret.
  3. Set environment variables: Add GONG_ACCESS_KEY and GONG_ACCESS_KEY_SECRET to your .env.
  4. Verify access: Run List Users to confirm the credentials work.
  • Authentication is HTTP Basic: base64(accessKey:accessKeySecret) in the Authorization header
  • Default rate limits are 3 calls/second and 10,000 calls/day; a 429 response includes a Retry-After header
  • List Calls requires fromDateTime and toDateTime and caps the window at 90 days per request
Provider API reference: https://gong.app.gong.io/settings/api/documentation

Tools

ToolAccessDescription
List CallsReadList calls in a date window (max 90 days per request)
Get CallReadGet metadata for a single call
Get Calls ExtensiveReadRetrieve detailed call data with content selectors (read-only retrieval via POST)
Get Call TranscriptsReadRetrieve transcripts for specific calls (read-only retrieval via POST)
List UsersReadList Gong users in the company
Get UserReadGet a Gong user by ID

Example prompts

  • List my Gong calls from the last 7 days with titles, durations, and owners.
  • Get the transcript of my most recent Gong call and summarize the key points and next steps.