Uh oh!
There was an error while loading. Please reload this page.
feat(gong): add Gong integration with 18 API tools - #3316
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryAdded comprehensive Gong revenue intelligence integration with 18 API tools covering calls, transcripts, users, activity stats, scorecards, library content, coaching metrics, and data privacy lookups. Implementation follows established patterns with proper Basic Auth using Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Gong Block Config] --> B{Operation Selection}
B --> C[List Calls]
B --> D[Get Call Details]
B --> E[Get Transcripts]
B --> F[Get Extensive Calls]
B --> G[User Operations]
B --> H[Stats Operations]
B --> I[Library/Content]
B --> J[Data Privacy]
C --> K[Basic Auth]
D --> K
E --> K
F --> K
G --> K
H --> K
I --> K
J --> K
K --> L[Gong API]
G --> M[List Users]
G --> N[Get User]
H --> O[Aggregate Activity]
H --> P[Interaction Stats]
H --> Q[Answered Scorecards]
I --> R[List Library Folders]
I --> S[Get Folder Content]
I --> T[List Scorecards]
I --> U[List Trackers]
I --> V[List Workspaces]
I --> W[List Flows]
I --> X[Get Coaching]
J --> Y[Lookup Email]
J --> Z[Lookup Phone]
L --> AA[Transform Response]
AA --> AB[Return Structured Data]
Last reviewed commit: 65298fe |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
… to workspaceId condition
7d50d19 to
f247ceaCompareUh oh!
There was an error while loading. Please reload this page.
* feat(gong): add Gong integration with 18 API tools * fix(gong): make toDateTime optional for list_calls, add list_trackers to workspaceId condition * chore(gong): regenerate docs * fix(hex): update icon color and block bgColor
Summary
Type of Change
Testing
Tested manually
Checklist