CRM, sales & support · wired today
Gong, wired into your agent workforce
Pipeline truth lives here, and agents are only as honest as their source. The Gong connector is one of 205 executable connectors and gives agents 3 read-only tools, with the credential held in the vault and every call receipted.
Connecting Gong takes one credential
You provide access key, access key secret from your Gong account; Quox sends it as HTTP basic credentials. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Gong's own API documentation ↗ covers creating and scoping the credential.
What agents can run against Gong
list_callsList Gong calls in a date window, with title, timing, direction and the primary user on each call
list_usersList Gong users (seats) with name, email, title, manager and active state
get_callGet one Gong call by ID (metadata only: title, timing, direction, primary user)
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
How proven is this?
Gong answers every unauthenticated request identically, so its endpoint paths rest on Gong's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.
Gong integration FAQ
What can Quox agents do with Gong?
Agents can run 3 read-only tools against Gong: list calls, list users, get call. Every call is receipted in the evidence trail.
What does the Gong integration need?
You provide access key, access key secret from your Gong account; Quox sends it as HTTP basic credentials. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Gong credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Gong connector?
Gong answers every unauthenticated request identically, so its endpoint paths rest on Gong's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.