FruxonDocs

Gong

Gong revenue intelligence integration for accessing calls, transcripts, users, and activity stats

The Gong integration lets your agents access recorded calls, transcripts, user profiles, activity stats, and library content from Gong's revenue intelligence platform.

Prerequisites

You need:

  • Access Key and Access Key Secret — Generate these from your Gong admin console under Company Settings → Ecosystem → API. Requires Technical Administrator permissions on the Gong account.

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Gong from the integration list
  4. Give the config a display name (e.g., "Gong - Sales Intelligence")
  5. Enter your Access Key and Access Key Secret
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Gong tools from the tools panel
  2. Tools are referenced as gong.list_calls, gong.get_call_transcripts, etc.

Available Tools

Calls

ToolDescriptionAction Type
list_callsList recorded calls with optional time-range and workspace filtersReadOnly
get_callGet metadata for a specific call by IDReadOnly
get_extensive_call_dataRetrieve extensive call data including parties, topics, trackers, highlights, and analyticsReadOnly
get_call_transcriptsRetrieve speaker-attributed transcripts with timestampsReadOnly

Users

ToolDescriptionAction Type
list_usersList users in the Gong system with profile informationReadOnly
get_userGet details for a specific user by IDReadOnly

Stats

ToolDescriptionAction Type
get_user_activity_statsAggregate activity stats per user (calls, meetings, emails, talk time)ReadOnly
get_day_by_day_activity_statsDay-by-day activity breakdowns per userReadOnly
get_user_interaction_statsInteraction stats (talk ratio, longest monologue, patience, etc.)ReadOnly

Workspaces & Library

ToolDescriptionAction Type
list_workspacesList all workspaces in the Gong companyReadOnly
list_library_foldersList folders in the Gong call libraryReadOnly
list_library_folder_contentList calls and content within a specific library folderReadOnly

On this page