> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Gong Changelog

> Release history for the Gong connector. Each version lists what changed and which actions were affected.

<Card title="Gong connector" icon="arrow-left" href="/connectors/gong" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v2.0.0" description="8 Sept 2026">
  `auth` `breaking-change`

  Migrated all actions from the deprecated requiredScopes field to authRequirements for per-auth-type scope control.

  <AccordionGroup>
    <Accordion title="Changed · 41 actions updated">
      `gong_add_call`, `gong_add_call_media`, `gong_create_meeting`, `gong_delete_crm_integration`, `gong_delete_meeting`, `gong_get_activity_stats_aggregate`, `gong_get_activity_stats_by_period`, `gong_get_activity_stats_daily`, `gong_get_call`, `gong_get_call_transcript`, `gong_get_crm_entities`, `gong_get_crm_integration`, `gong_get_crm_request_status`, `gong_get_interaction_stats`, `gong_get_library_folder_content`, `gong_get_meeting_integration_status`, `gong_get_scorecards`, `gong_get_user`, `gong_get_user_settings_history`, `gong_list_call_outcomes`, `gong_list_calls`, `gong_list_crm_schema_fields`, `gong_list_library_folders`, `gong_list_scorecards`, `gong_list_tasks`, `gong_list_trackers`, `gong_list_users`, `gong_list_workspaces`, `gong_register_crm_integration`, `gong_search_calls`, `gong_search_users`, `gong_unified_get_group`, `gong_unified_get_me`, `gong_unified_get_role`, `gong_unified_get_user`, `gong_unified_list_groups`, `gong_unified_list_roles`, `gong_unified_list_users`, `gong_update_meeting`, `gong_update_task`, `gong_upload_crm_schema`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.1" description="7 Aug 2026">
  `bug-fix`

  Fixed group and role lookups returning empty results instead of not-found errors.

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `gong_unified_get_group`, `gong_unified_get_role`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="5 Aug 2026">
  `new-actions`

  Added inbound webhook (events) support. Configure a Gong Automation Rule to fire a webhook at the connection's Native Webhook URL and StackOne routes Gong call events to your integration.
</Update>

<Update label="v1.0.3" description="29 Jul 2026">
  `bug-fix`

  Fixed IAM roles and groups — unified\_list\_roles and unified\_get\_role no longer send an empty workspaceId to Gong, and unified\_get\_group and unified\_get\_role now return a record instead of failing.
</Update>
