tools/integrations/gong.md
Revenue intelligence platform that records, transcribes, and analyzes sales conversations (calls, video meetings, emails) to surface deal insights, coaching opportunities, and competitive intelligence.
| Integration | Available | Notes |
|---|---|---|
| API | ✓ | REST API, Basic Auth or OAuth2 |
| MCP | - | Not available |
| CLI | - | Not available |
| SDK | - | REST API only; community Python client via dltHub |
https://{tenant}.api.gong.io/v2/)Most Gong API endpoints use POST with JSON request bodies for filtering. Check the official API docs for current endpoint availability.
# List calls (with date/user filters)
POST /v2/calls/extensive
# Get call transcripts (batch, by call IDs)
POST /v2/calls/transcript
# List users
GET /v2/users
# Get activity stats (talk ratio, questions asked, longest monologue)
POST /v2/stats/activity/day-by-day
# List flows
GET /v2/flows
# Get flow analytics
GET /v2/flows/{id}/analytics