Skip to main content

Gong

The Gong agent connector is a Python package that equips AI agents to interact with Gong through strongly typed, well-documented tools. It's ready to use directly in your Python app, in an agent framework, or exposed through an MCP.

Gong is a revenue intelligence platform that captures and analyzes customer interactions across calls, emails, and web conferences. This connector provides access to users, recorded calls with transcripts, activity statistics, scorecards, trackers, workspaces, coaching metrics, and library content for sales performance analysis and revenue insights.

Example questions

The Gong connector is optimized to handle prompts like these.

  • List all users in my Gong account
  • Show me calls from last week
  • Get the transcript for a recent call
  • List all workspaces in Gong
  • Show me the scorecard configurations
  • What trackers are set up in my account?
  • Get coaching metrics for a manager
  • What are the activity stats for our sales team?
  • Find calls mentioning {keyword} this month
  • Show me calls for rep {user_id} in the last 30 days
  • Which calls had the longest duration last week?

Unsupported questions

The Gong connector isn't currently able to handle prompts like these.

  • Create a new user in Gong
  • Delete a call recording
  • Update scorecard questions
  • Schedule a new meeting
  • Send feedback to a team member
  • Modify tracker keywords

Installation

uv pip install airbyte-agent-gong

Usage

Connectors can run in open source or hosted mode.

Open source

In open source mode, you provide API credentials directly to the connector.

from airbyte_agent_gong import GongConnector
from airbyte_agent_gong.models import GongAccessKeyAuthenticationAuthConfig

connector = GongConnector(
    auth_config=GongAccessKeyAuthenticationAuthConfig(
        access_key="<Your Gong API Access Key>",
        access_key_secret="<Your Gong API Access Key Secret>"
    )
)

@agent.tool_plain # assumes you're using Pydantic AI
@GongConnector.tool_utils
async def gong_execute(entity: str, action: str, params: dict | None = None):
    return await connector.execute(entity, action, params or {})

Hosted

In hosted mode, API credentials are stored securely in Airbyte Cloud. You provide your Airbyte credentials instead. If your Airbyte client can access multiple organizations, also set organization_id.

This example assumes you've already authenticated your connector with Airbyte. See Authentication to learn more about authenticating. If you need a step-by-step guide, see the hosted execution tutorial.

from airbyte_agent_gong import GongConnector, AirbyteAuthConfig

connector = GongConnector(
    auth_config=AirbyteAuthConfig(
        customer_name="<your_customer_name>",
        organization_id="<your_organization_id>",  # Optional for multi-org clients
        airbyte_client_id="<your-client-id>",
        airbyte_client_secret="<your-client-secret>"
    )
)

@agent.tool_plain # assumes you're using Pydantic AI
@GongConnector.tool_utils
async def gong_execute(entity: str, action: str, params: dict | None = None):
    return await connector.execute(entity, action, params or {})

Full documentation

Entities and actions

This connector supports the following entities and actions. For more details, see this connector's full reference documentation.

Entity Actions
Users List, Get, Context Store Search
Calls List, Get, Context Store Search
Calls Extensive List, Context Store Search
Call Audio Download
Call Video Download
Workspaces List
Call Transcripts List
Stats Activity Aggregate List
Stats Activity Day By Day List
Stats Interaction List
Settings Scorecards List, Context Store Search
Settings Trackers List
Library Folders List
Library Folder Content List
Coaching List
Stats Activity Scorecards List, Context Store Search

Authentication

For all authentication options, see the connector's authentication documentation.

Gong API docs

See the official Gong API reference.

Version information

  • Package version: 0.19.137
  • Connector version: 0.1.21
  • Generated with Connector SDK commit SHA: c5258debd165ab701252c1436d4acfb475bf92b9
  • Changelog: View changelog

Release files for airbyte-agent-gong 0.19.137

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for airbyte-agent-gong 0.19.137
File Size Uploaded
airbyte_agent_gong-0.19.137.tar.gz 181.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for airbyte-agent-gong 0.19.137
File Interpreter ABI Platform
airbyte_agent_gong-0.19.137-py3-none-any.whl Python 3 none any Details

Total release size: 385.5 kB

Release files / airbyte_agent_gong-0.19.137.tar.gz

Download URL airbyte_agent_gong-0.19.137.tar.gz
Size 181.8 kB
Tags Source
SHA-256 checksum
How to use checksums
5ccd8782316fdd7da7f7b925b2383ec50f851ffc7c0f6a0d25e8365c1c38cd6b
BLAKE2b-256 checksum
How to use checksums
c73727a3ab72129b1ec9357a815985292fefb5b0c33a4c4eb1c1aed0c70f7f54
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.12

Release files / airbyte_agent_gong-0.19.137-py3-none-any.whl

Download URL airbyte_agent_gong-0.19.137-py3-none-any.whl
Size 203.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
4a68438a08aa2e1577883cc343fa11da67aa0c114aec8570e99873cab27d73c0
BLAKE2b-256 checksum
How to use checksums
369d8d45100b445495830d2564a439f5e858db9e15d527c884967de89aeb10ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.12

Release history Release notifications | RSS feed

This release

0.19.137 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page