Gong

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
access_keystringAccess key

(required if auth_method is “token”)
false
access_secretstringAccess secret

(required if auth_method is “token”)
false
auth_methodstringAuthentication method

Accepted values: token, oauth
true
client_idstringfalse
client_secretstringfalse
oauth_refresh_tokenstringfalse
subdomainstringSubdomain

Gong subdomain i.e. company-17 if you access Gong via https://company-17.app.gong.io (required if auth_method is “token”)
false

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}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "calls"
5 }
6}

Target

Gong connections may be used as the destination in a model sync.

Bulk Sync

Source

Configuration

NameTypeDescriptionRequired
sync_incrementalbooleanSync data incrementally (may result in incomplete data)false

Example

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