Skip to main content

Airbyte Gong Connector for AI platforms

Project description

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airbyte_agent_gong-0.19.137.tar.gz (181.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

airbyte_agent_gong-0.19.137-py3-none-any.whl (203.7 kB view details)

Uploaded Python 3

File details

Details for the file airbyte_agent_gong-0.19.137.tar.gz.

File metadata

  • Download URL: airbyte_agent_gong-0.19.137.tar.gz
  • Upload date:
  • Size: 181.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for airbyte_agent_gong-0.19.137.tar.gz
Algorithm Hash digest
SHA256 5ccd8782316fdd7da7f7b925b2383ec50f851ffc7c0f6a0d25e8365c1c38cd6b
MD5 cc08f8da55f5e5292662fd5674f220da
BLAKE2b-256 c73727a3ab72129b1ec9357a815985292fefb5b0c33a4c4eb1c1aed0c70f7f54

See more details on using hashes here.

File details

Details for the file airbyte_agent_gong-0.19.137-py3-none-any.whl.

File metadata

File hashes

Hashes for airbyte_agent_gong-0.19.137-py3-none-any.whl
Algorithm Hash digest
SHA256 4a68438a08aa2e1577883cc343fa11da67aa0c114aec8570e99873cab27d73c0
MD5 3b75adddc4d81ebb284421c98cc1eca5
BLAKE2b-256 369d8d45100b445495830d2564a439f5e858db9e15d527c884967de89aeb10ee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page