Skip to main content

Airbyte Gong AI 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

  • 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

  • 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

from airbyte_agent_gong import GongConnector, GongAuthConfig

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

Documentation

EntityActions
UsersList, Get
CallsList, Get
Calls ExtensiveList
Call AudioDownload
Call VideoDownload
WorkspacesList
Call TranscriptsList
Stats Activity AggregateList
Stats Activity Day By DayList
Stats InteractionList
Settings ScorecardsList
Settings TrackersList
Library FoldersList
Library Folder ContentList
CoachingList
Stats Activity ScorecardsList

For detailed documentation on available actions and parameters, see REFERENCE.md.

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

Version Information

Package Version: 0.19.19

Connector Version: 0.1.3

Generated with connector-sdk: c4c39c2797ecd929407c9417c728d425f77b37ed