1
0
mirror of synced 2025-12-19 10:00:34 -05:00
Files
airbyte/docs/ai-agents/connectors/gong/README.md
devin-ai-integration[bot] b2afd6e91e docs: update terminology - Platform and AI agents (#70910)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: ian.alton@airbyte.io <ian.alton@airbyte.io>
Co-authored-by: octavia-bot[bot] <108746235+octavia-bot[bot]@users.noreply.github.com>
2025-12-13 22:26:24 +00:00

2.7 KiB

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-ai-gong

Usage

from airbyte_ai_gong import GongConnector, GongAuthConfig

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

Documentation

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 REFERENCE.md.

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

Version Information

Package Version: 0.19.12

Connector Version: 0.1.3

Generated with connector-sdk: 1ab72bd8e7249872a4cf66327dd1a0bf68905acb