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