Skip to main content

Airbyte Gong Connector for AI platforms

Project description

Gong agent connector

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.

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(
        external_user_id="<your_external_user_id>",
        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, Search
Calls List, Get, Search
Calls Extensive List, 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, Search
Settings Trackers List
Library Folders List
Library Folder Content List
Coaching List
Stats Activity Scorecards List, Search

Authentication and configuration

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

Gong API docs

See the official Gong API reference.

Version information

  • Package version: 0.19.102
  • Connector version: 0.1.18
  • Generated with Connector SDK commit SHA: df1e8094b5b2d94e172536ce7f33fb98f2c3fdc1
  • 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.102.tar.gz (157.2 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.102-py3-none-any.whl (177.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for airbyte_agent_gong-0.19.102.tar.gz
Algorithm Hash digest
SHA256 5caa7bbdf034150a0d70f26f4c23e495bf67d4f6aa994cf5ea22d464739e8826
MD5 129c28580202576db6694cfc2a189b1f
BLAKE2b-256 1d23dc41757aac2d37de8c188beeb6eeb7eb60c336495dd48700a59488a51b0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for airbyte_agent_gong-0.19.102-py3-none-any.whl
Algorithm Hash digest
SHA256 4ffe10c017370d235367a3aa40731410f919bce7ee447e6d66e02262834eaf02
MD5 1540e89face6d6236faa86675b323cb0
BLAKE2b-256 fe3ef55cb8568cd66eba52be6f9e1f21da98bd20c8b7e1547e0ecaa20255a44d

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