Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
auth_method | string | Accepted Values: {“value”:“token”,“label”:“Access key and secret”} | true | false |
oauth_refresh_token | string | false | false | |
client_id | string | false | false | |
client_secret | string | false | false | |
access_key | string | (required if auth_method is “token”) | false | false |
access_secret | string | (required if auth_method is “token”) | false | false |
subdomain | string | Gong subdomain i.e. company-17 if you access Gong via https://company-17.app.gong.io (required if auth_method is “token”) | false | 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
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
object | string | Object | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "object": "calls" 5 } 6 }
Bulk Sync
Source
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
sync_incremental | boolean | Sync data incrementally (may result in incomplete data) | false | false |
Example
1 { 2 ... 3 "source_configuration": { 4 "sync_incremental": false 5 } 6 }