Airbyte Gong Connector for AI platforms
Project description
Airbyte Gong AI Connector
Type-safe Gong API connector with full IDE autocomplete support for AI applications.
Package Version: 0.18.0
Connector Version: 0.1.0
SDK Version: 0.1.0
Installation
uv pip install airbyte-ai-gong
Usage
from airbyte_ai_gong import GongConnector
from airbyte_ai_gong.models import GongAuthConfig
# Create connector
connector = GongConnector(auth_config=GongAuthConfig(access_key="...", access_key_secret="..."))
# Use typed methods with full IDE autocomplete
# (See Available Operations below for all methods)
Available Operations
Users Operations
list_users()- Returns a list of all users in the Gong accountget_user()- Get a single user by ID
Calls Operations
list_calls()- Retrieve calls data by date rangeget_call()- Get specific call data by ID
Calls_Extensive Operations
list_calls_extensive()- Retrieve detailed call data including participants, interaction stats, and content
Call_Audio Operations
download_call_audio()- Downloads the audio media file for a call. Temporarily, the request body must be configured with: {"filter": {"callIds": [CALL_ID]}, "contentSelector": {"exposedFields": {"media": true}}}
Call_Video Operations
download_call_video()- Downloads the video media file for a call. Temporarily, the request body must be configured with: {"filter": {"callIds": [CALL_ID]}, "contentSelector": {"exposedFields": {"media": true}}}
Workspaces Operations
list_workspaces()- List all company workspaces
Call_Transcripts Operations
get_call_transcripts()- Returns transcripts for calls in a specified date range or specific call IDs
Stats_Activity_Aggregate Operations
get_activity_aggregate()- Provides aggregated user activity metrics across a specified period
Stats_Activity_Day_By_Day Operations
get_activity_day_by_day()- Delivers daily user activity metrics across a specified date range
Stats_Interaction Operations
get_interaction_stats()- Returns interaction stats for users based on calls that have Whisper turned on
Settings_Scorecards Operations
list_scorecards()- Retrieve all scorecard configurations in the company
Settings_Trackers Operations
list_trackers()- Retrieve all keyword tracker configurations in the company
Library_Folders Operations
list_library_folders()- Retrieve the folder structure of the call library
Library_Folder_Content Operations
list_folder_content()- Retrieve calls in a specific library folder
Coaching Operations
list_coaching_metrics()- Retrieve coaching metrics for a manager and their direct reports
Stats_Activity_Scorecards Operations
list_answered_scorecards()- Retrieve answered scorecards for applicable reviewed users or scorecards for a date range
Type Definitions
All response types are fully typed using TypedDict for IDE autocomplete support.
Import types from airbyte_ai_gong.types.
Documentation
Generated from OpenAPI 3.0 specification.
For API documentation, see the service's official API docs.
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.18.0.tar.gz.
File metadata
- Download URL: airbyte_ai_gong-0.18.0.tar.gz
- Upload date:
- Size: 80.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b10fc1a7d00e8fd2e5ba9ee37c7d53a46d613e176d0caabe8007f9ae3297719
|
|
| MD5 |
6b8cfdbdd0431d6695d7865e0ba9351e
|
|
| BLAKE2b-256 |
c9d6a906f99e5b195d952410c855f9de578b185ee9c98b74ea4484994f3f73fa
|
File details
Details for the file airbyte_ai_gong-0.18.0-py3-none-any.whl.
File metadata
- Download URL: airbyte_ai_gong-0.18.0-py3-none-any.whl
- Upload date:
- Size: 111.8 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 |
bee0995194fd6d2498cc953198d242ee680d3fbe1c20ad4ded3f122755e7aa99
|
|
| MD5 |
628ff74ed58c179cdfecd9a032a4e250
|
|
| BLAKE2b-256 |
60aa0b55d106adf99190b4ddd1fedc759d0c298c742e6cd0a65d79c055185a2a
|