Skip to main content

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

  • 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_token="..."
)
)
result = connector.users.list()

Full documentation

This connector supports the following entities and actions.

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 this connector's full reference documentation.

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

Version information

  • Package version: 0.19.20
  • Connector version: 0.1.5
  • Generated with Connector SDK commit SHA: 4fe5029b71369ddb9ad9b5912e7f957fb4f81747