Configuring your connectionsConnection configurations

Gong

Connection

Description

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
auth_methodstringtruefalse
oauth_refresh_tokenstringfalsefalse
client_idstringfalsefalse
client_secretstringfalsefalse
access_keystring(required if AuthMethod is “token”)falsefalse
access_secretstring(required if AuthMethod is “token”)falsefalse
subdomainstringGong subdomain i.e. company-17 if you access Gong via https://company-17.app.gong.io (required if AuthMethod is “token”)falsefalse

Example

1{
2 "name": "gong connection",
3 "type": "gong",
4 "configuration": {
5 "access_key": "",
6 "access_secret": "",
7 "auth_method": "",
8 "client_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds",
9 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
10 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
11 "subdomain": "company-123"
12 }
13}

Bulk Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
sync_incrementalbooleanSync data incrementally (may result in incomplete data)falsefalse

Example

1{
2 ...
3 "source_configuration": {
4 "sync_incremental": false
5 }
6}