From 934e6204e5d9fb30704dd75cf59207dcb82c63b5 Mon Sep 17 00:00:00 2001 From: Mike Levin Date: Wed, 22 Jul 2026 19:14:10 -0400 Subject: [PATCH] chore: Add gong connector documentation --- scripts/connectors/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/connectors/README.md b/scripts/connectors/README.md index f88da005..e07e90ca 100644 --- a/scripts/connectors/README.md +++ b/scripts/connectors/README.md @@ -53,6 +53,7 @@ weblogin.py, not a token). Every future connector copies one of these five. - gsc.py properties / top queries / raw searchanalytics JSON (service_account_file) - sheets.py identity / bare URL-or-ID STACKS every tab's actual data rectangle with sentinel separators and per-tab #gid= URLs, budget-governed / --list metadata gauge / bounded --sheet and --range values (oauth_token_file, gmail pattern; own sheets_token.json; data extents from values responses, never gridProperties) - slack.py identity + channels / channel id-or-#name history / message-permalink thread FETCH / whitespace=SEARCH (bearer_token; SLACK_BOT_TOKEN reads, SLACK_USER_TOKEN required for search.messages) +- gong.py users / recent calls / call id FETCH (metadata + transcript) / text-filter (basic_auth; GONG_ACCESS_KEY + GONG_ACCESS_KEY_SECRET) ## Downstream stages (deliberately not connectors)