Gong

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
auth_methodstringAuthentication method

Accepted values: token , oauth
true
client_idstringfalse
client_secretstringfalse
oauth_refresh_tokenstringfalse

auth_method

When auth_method is token
NameTypeDescriptionRequired
access_keystringAccess keytrue
access_secretstringAccess secrettrue
subdomainstringSubdomain

Gong subdomain i.e. company-17 if you access Gong via https://company-17.app.gong.io
true

Example

{
"name": "Gong connection",
"type": "gong",
"configuration": {
"auth_method": "",
"client_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds",
"client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
"oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "calls"
}
}

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

{
...
"source_configuration": {
"sync_incremental": false
}
}