docs(source-gong): update OAuth scopes in prerequisites and fix changelog date#75547
Merged
octavia-bot-hoard[bot] merged 1 commit intomasterfrom Mar 27, 2026
Merged
Conversation
…elog date Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. 💡 Show Tips and TricksPR Slash CommandsAirbyte Maintainers (that's you!) can execute the following slash commands on your PR:
📚 Show Repo GuidanceHelpful Resources
|
Contributor
|
Deploy preview for airbyte-docs ready! ✅ Preview Built with commit 9d4ee0f. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Confidence Assessment
Overall Confidence: 4/5
What I Verified vs. What I Inferred
scopesarray now contains 7 scopes:api:calls:read:basic,api:calls:read:extensive,api:calls:read:transcript,api:users:read,api:stats:scorecards,api:stats:interaction,api:settings:scorecards:read. The previous docs listed only 5 (missingapi:calls:read:transcriptandapi:settings:scorecards:read).api:calls:read:transcriptscope is required for the/v2/calls/transcriptendpoint (confirmed via Gong API reference and community sources). Rate limits are 3 calls/second and 10,000 calls/day.Fri Mar 27 21:59:31 2026 +0000), but the changelog entry listed2026-03-26.Areas of Concern
What
Updates the source-gong documentation to reflect changes introduced in #75195 (v0.6.3), which migrated OAuth configuration to a scopes object array and added two new API scopes.
How
Three changes to
docs/integrations/sources/gong.md:api:calls:read:transcript,api:settings:scorecards:read) that were added to the connector's manifest in v0.6.3. The docs previously listed only 5 scopes; the connector now requests 7.2026-03-26to2026-03-27to match the actual merge date of PR feat(source-gong): migrate OAuth scope to scopes object array #75195.Review Guide