GongResourceClient allows you to connect to Gong and access revenue intelligence data, including call recordings, transcripts, and user information.
Usage
Authentication
When creating a Gong connector, choose your OAuth scope:- Read-only — access call data, transcripts, and user lists
- Read-write — read-only access plus ability to update Gong data
- Custom — configure specific permissions manually
Inputs
Theinvoke method accepts the following arguments:
string
required
The HTTP method to use:
"GET", "POST", "PUT", "PATCH", or "DELETE".string
required
The Gong API path (e.g.,
/v2/calls, /v2/users).string
required
A unique identifier for this operation.
object
Optional configuration object.
Outputs
The output format is the same as the Custom API client."api"
Discriminator for the response type.
number
The HTTP status code.
ResponseBody
The response body (typically JSON).