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:
The HTTP method to use:
"GET", "POST", "PUT", "PATCH", or "DELETE".The Gong API path (e.g.,
/v2/calls, /v2/users).A unique identifier for this operation.
Optional configuration object.
Outputs
The output format is the same as the Custom API client.Discriminator for the response type.
The HTTP status code.
The response body (typically JSON).