Gong
Supports:
- ✅ Models
- ✅ Model sync destination
- ✅ Bulk sync source
- ✅ Connection Proxy
Connection
Configuration
Example
Model Sync
Source
Configuration
Example
Target
Gong connections may be used as the destination in a model sync.
Supports:
| Name | Type | Description | Required |
|---|---|---|---|
access_key | string | Access key (required if auth_method is “token”) | false |
access_secret | string | Access secret (required if auth_method is “token”) | false |
auth_method | string | Authentication method Accepted values: token, oauth | true |
client_id | string | false | |
client_secret | string | false | |
oauth_refresh_token | string | false | |
subdomain | string | Subdomain Gong subdomain i.e. company-17 if you access Gong via https://company-17.app.gong.io (required if auth_method is “token”) | false |
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 }
| Name | Type | Description | Required |
|---|---|---|---|
object | string | Object | true |
1 { 2 ... 3 "configuration": { 4 "object": "calls" 5 } 6 }
Gong connections may be used as the destination in a model sync.
| Name | Type | Description | Required |
|---|---|---|---|
sync_incremental | boolean | Sync data incrementally (may result in incomplete data) | false |
1 { 2 ... 3 "source_configuration": { 4 "sync_incremental": false 5 } 6 }
