Airbyte Gong Connector for AI platforms
Project description
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.17
Connector Version: 0.1.3
Generated with connector-sdk: 0bfa6500a4fcf1cba2cffcc4d7ec640a76bbc568
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airbyte_ai_gong-0.19.17.tar.gz.
File metadata
- Download URL: airbyte_ai_gong-0.19.17.tar.gz
- Upload date:
- Size: 103.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc9aa9a04705e2d67021428572a8c5cc17ead5f6929c874a1bbe2e05c964bbb3
|
|
| MD5 |
b447817c03f5857842d3c538adf5585c
|
|
| BLAKE2b-256 |
fb7af01cc0c4b7aab8e43f9d68597e14c571d69f7edb71a0cf0b051e2e33a525
|
File details
Details for the file airbyte_ai_gong-0.19.17-py3-none-any.whl.
File metadata
- Download URL: airbyte_ai_gong-0.19.17-py3-none-any.whl
- Upload date:
- Size: 131.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1a4525e209e8af20e29dfd1ac5e9b440b12dbb869dcc9b1c68ab063003f7da1
|
|
| MD5 |
3d8e8430f5d559d36b5d29ea8529ee53
|
|
| BLAKE2b-256 |
dad27fbaa7eeb456284a8f83613fd4e73320b4f69d15fa443ce7447ef169adf0
|