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 call abc123
  • What are the activity stats for our sales team?
  • List all workspaces in Gong
  • Show me the scorecard configurations
  • What trackers are set up in my account?
  • Get coaching metrics for manager user123

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

This connector supports multiple authentication methods:

OAuth 2.0 Authentication

from airbyte_agent_gong import GongConnector
from airbyte_agent_gong.models import GongOauth20AuthenticationAuthConfig

connector = GongConnector(
  auth_config=GongOauth20AuthenticationAuthConfig(
    access_token="...",
    refresh_token="...",
    client_id="...",
    client_secret="..."
  )
)
result = await connector.users.list()

Access Key Authentication

from airbyte_agent_gong import GongConnector
from airbyte_agent_gong.models import GongAccessKeyAuthenticationAuthConfig

connector = GongConnector(
  auth_config=GongAccessKeyAuthenticationAuthConfig(
    access_key="...",
    access_key_secret="..."
  )
)
result = await connector.users.list()

Full documentation

This connector supports the following entities and actions.

Entity Actions
Users List, Get
Calls List, Get
Calls Extensive List
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
Settings Trackers List
Library Folders List
Library Folder Content List
Coaching List
Stats Activity Scorecards List

For detailed documentation on available actions and parameters, see this connector's full reference documentation.

For the service's official API docs, see the Gong API reference.

Version information

  • Package version: 0.19.57
  • Connector version: 0.1.11
  • Generated with Connector SDK commit SHA: 6fbe49cd29847836209576c7ba21d94aacc1d834

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.57.tar.gz (128.9 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.57-py3-none-any.whl (149.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: airbyte_agent_gong-0.19.57.tar.gz
  • Upload date:
  • Size: 128.9 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.57.tar.gz
Algorithm Hash digest
SHA256 9f23d04c8bc411b076a0d0b7bd6f89b68e44f081592a9351429f7afe28fd6431
MD5 ecdf869c4e87e551baf289db4d2f5136
BLAKE2b-256 eb842357efd1f492fae7b8183864564d81af91d6173ea0db31251e96a68210f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for airbyte_agent_gong-0.19.57-py3-none-any.whl
Algorithm Hash digest
SHA256 1d4fcc6504cf7813f82202a605d72bb5862ccd0f267f4c75193c4177d3a0207d
MD5 b4fe47ae2e12e12919ea833abcedf143
BLAKE2b-256 9e7947801c46f89304e8a6f79cc264e94c310fa03fc1b079712f6db40267cd6a

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