- List calls that took place during a specified date range
- Search for calls with extensive filtering and detailed data
- Get detailed information about a specific call
- Get transcripts for calls with optional filters
- Manually add a new call that has already occurred
- Upload a media file for an existing call
- Retrieve the list of available call outcomes defined in Gong
- Returns the CRM integration details
- Creates your CRM integration with Gong
- Returns the current status of asynchronous CRM requests
- Asynchronously deletes a CRM integration and all its associated objects
- Returns CRM objects by their IDs (development phase only)
- Retrieves a list of the object schema fields
- Add, edit or remove fields to CRM entities
- Return the authenticated identity and auth type for the current Gong connection. Gong access keys are org-level (not user-bound). auth_type is derived at runtime from credentials.accessToken presence (oauth when present, api_key otherwise) via a static_values step — the credentials.* JEXL surface is only accessible inside request/static_values steps, never inside map_fields/typecast. Requires api:users:read scope for the auth probe.
- List Gong workspaces as IAM groups (GroupTypeEnum workspace). Returns workspace id, name, and description. Requires api:workspaces:read scope.
- Retrieve a single Gong workspace by its ID, mapped to the IAM unified group schema (GroupTypeEnum workspace). Fetches all workspaces and filters client-side to the matching record. Requires api:workspaces:read scope.
- List Gong permission profiles as IAM roles. Fetches all workspaces then retrieves permission profiles for the first workspace. Maps known profile names to role types (Business Admin=admin, Standard Team Member=basic, Collaborator=viewer). Requires api:workspaces:read and api:users:read scopes.
- Retrieve a single Gong permission profile by its ID, mapped to the IAM unified role schema. Fetches all profiles for the specified workspace (or the first workspace when filter.workspace_id is not provided) and filters by ID. Requires api:workspaces:read and api:users:read scopes.
- List all Gong users cursor-paginated (25 per page), mapped to the StackOne IAM unified user schema. Returns identity, enabled/disabled status, and basic profile fields. Requires api:users:read scope.
- Retrieve a single Gong user by their unique numeric ID, mapped to the StackOne IAM unified user schema. Returns identity, enabled/disabled status, and basic profile fields. Requires api:users:read scope.
- Retrieve a list of public library folders
- Retrieve calls in a specific library folder
- Create a new Gong meeting
- Update an existing Gong meeting
- Delete a Gong meeting
- Validate Gong meeting integration status for users
- List all scorecards in the Gong system
- List all keyword trackers in the system
- Get aggregated activity statistics for users within a date range
- Get aggregated activity statistics grouped by time period
- Get daily activity statistics for users within a date range
- Get answered scorecards for reviewed users or calls
- Get interaction stats for users based on calls with Whisper enabled
- List Engage tasks assigned to a specific user
- Update an Engage task's status or due date
- List all users in the Gong workspace
- Get a specific user by ID
- Get the settings history for a specific user
- Search users with filters
- List all workspaces in Gong
No matching actions