Gong integration (Data, Productivity). Imported from open-connector.
https://api.gong.io/v2/users
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Gong cursor value returned by the previous page response. |
| includeAvatars | boolean | optional | Whether to include Gong employee avatar users in the response. |
/v2/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | Gong's unique numeric identifier for the user. |
/v2/calls
| Param | Type | Required | Description |
|---|---|---|---|
| fromDateTime | string | required | Start date-time for the call range, inclusive, in ISO 8601 format. |
| toDateTime | string | required | End date-time for the call range, exclusive, in ISO 8601 format. |
| cursor | string | optional | The Gong cursor value returned by the previous page response. |
| workspaceId | string | optional | Gong workspace identifier used to filter calls. |
/v2/calls/{callId}
| Param | Type | Required | Description |
|---|---|---|---|
| callId | string | required | Gong's unique numeric identifier for the call. |
/v2/calls/transcript
| Param | Type | Required | Description |
|---|---|---|---|
| fromDateTime | string | required | Start date-time for the call range, inclusive, in ISO 8601 format. |
| toDateTime | string | required | End date-time for the call range, exclusive, in ISO 8601 format. |
| callIds | array | optional | Optional Gong call IDs to retrieve transcripts for within the date range. |
| cursor | string | optional | The Gong cursor value returned by the previous page response. |
/v2/call-outcomes