Skip to content

Gong

Node: gong · Full type: n8n-nodes-base.gong · Version: 1

Credentials

gongApi (alias: @gong) / gongOAuth2Api (alias: @gong)

CREDENTIAL @gong = gongApi "My Gong"

Operations

Resource: call

get

Parameter Type Default Details
call resourceLocator {...} required; modes: list, id, url
options collection {} keys: properties

getAll

Parameter Type Default Details
returnAll boolean false
limit number 50
filters collection {} keys: fromDateTime, toDateTime, workspaceId, callIds, primaryUserIds
options collection {} keys: properties

Resource: user

get

Parameter Type Default Details
user resourceLocator {...} required; modes: list, id

getAll

Parameter Type Default Details
returnAll boolean false
limit number 50
filters collection {} keys: createdFromDateTime, createdToDateTime, userIds

Common Parameters

Parameter Type Default Details
authentication options "accessToken" accessToken, oAuth2
requestOptions collection {} keys: batching, allowUnauthorizedCerts, proxy, timeout

Parameter Details

options children:

Parameter Type Default Details
properties multiOptions [] multi: pointsOfInterest, media, brief, publicComments, highlights, keyPoints, callOutcome, outline, ... (13 total)

filters children:

Parameter Type Default Details
fromDateTime dateTime ""
toDateTime dateTime ""
workspaceId string ""
callIds string ""
primaryUserIds resourceLocator {...} modes: list, id

requestOptions children:

Parameter Type Default Details
batching fixedCollection {...} groups: batch
allowUnauthorizedCerts boolean false
proxy string ""
timeout number 10000

Example

NODE "gong" @gong AS "Gong" {
  resource: "call",
  operation: "get"
}