← Tools Reference

Gong

Gong integration (Data, Productivity). Imported from open-connector.

Credentials form6 toolshttps://api.gong.io
GET
gong_list_users
List Gong users with optional cursor pagination and avatar inclusion.

/v2/users

2 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe Gong cursor value returned by the previous page response.
includeAvatarsbooleanoptionalWhether to include Gong employee avatar users in the response.
GET
gong_get_user
Get one Gong user by Gong user ID.

/v2/users/{userId}

1 parameter
ParamTypeRequiredDescription
userIdstringrequiredGong's unique numeric identifier for the user.
GET
gong_list_calls
List Gong calls that started within a specified date-time range.

/v2/calls

4 parameters
ParamTypeRequiredDescription
fromDateTimestringrequiredStart date-time for the call range, inclusive, in ISO 8601 format.
toDateTimestringrequiredEnd date-time for the call range, exclusive, in ISO 8601 format.
cursorstringoptionalThe Gong cursor value returned by the previous page response.
workspaceIdstringoptionalGong workspace identifier used to filter calls.
GET
gong_get_call
Get one Gong call by Gong call ID.

/v2/calls/{callId}

1 parameter
ParamTypeRequiredDescription
callIdstringrequiredGong's unique numeric identifier for the call.
POST
gong_get_call_transcripts
Get Gong call transcript JSON for calls within a specified date-time range.

/v2/calls/transcript

4 parameters
ParamTypeRequiredDescription
fromDateTimestringrequiredStart date-time for the call range, inclusive, in ISO 8601 format.
toDateTimestringrequiredEnd date-time for the call range, exclusive, in ISO 8601 format.
callIdsarrayoptionalOptional Gong call IDs to retrieve transcripts for within the date range.
cursorstringoptionalThe Gong cursor value returned by the previous page response.
GET
gong_list_call_outcomes
List Gong call outcomes configured for the company.

/v2/call-outcomes