Airbyte Gong Connector for AI platforms
Project description
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
The Gong connector is optimized to handle prompts like these.
- 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
The Gong connector isn't currently able to handle prompts like these.
- 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
This connector supports multiple authentication methods:
OAuth 2.0 Authentication
from airbyte_agent_gong import GongConnector
from airbyte_agent_gong.models import GongOauth20AuthenticationAuthConfig
connector = GongConnector(
auth_config=GongOauth20AuthenticationAuthConfig(
access_token="..."
)
)
result = await connector.users.list()
Access Key Authentication
from airbyte_agent_gong import GongConnector
from airbyte_agent_gong.models import GongAccessKeyAuthenticationAuthConfig
connector = GongConnector(
auth_config=GongAccessKeyAuthenticationAuthConfig(
access_key="...",
access_key_secret="..."
)
)
result = await connector.users.list()
Full documentation
This connector supports the following entities and actions.
| 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 this connector's full reference documentation.
For the service's official API docs, see the Gong API reference.
Version information
- Package version: 0.19.40
- Connector version: 0.1.7
- Generated with Connector SDK commit SHA: e6285db53fdc1d0dd43d30ef752a009226e47d48
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_agent_gong-0.19.40.tar.gz.
File metadata
- Download URL: airbyte_agent_gong-0.19.40.tar.gz
- Upload date:
- Size: 114.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
043adf2976f442428a2ca67f97779ac5eb51ea01d2cb7ae89b0335467ac52554
|
|
| MD5 |
3517727693961d2fb7592352f3a63669
|
|
| BLAKE2b-256 |
679f9514751e78b52244bc5a88c1522ed0985b4dee1de61404a2cb7b2f6fc4ba
|
File details
Details for the file airbyte_agent_gong-0.19.40-py3-none-any.whl.
File metadata
- Download URL: airbyte_agent_gong-0.19.40-py3-none-any.whl
- Upload date:
- Size: 137.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f42422fed9f2436fb6a3e9affb8ed1dd343b0a583af30d2e55088a58732886c
|
|
| MD5 |
fa903f94da6a3d9827715b263cec026b
|
|
| BLAKE2b-256 |
f7085c86f9fd7174713577ba3b7559a9dc291356d9c97296f3d3884c8b83c49f
|