Configuring your connectionsConnection configurationsGongCopy pageSupports: ✅ Models ✅ Model sync destination ✅ Bulk sync source Connection Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYauth_methodstringAccepted values: token, oauthtruefalseoauth_refresh_tokenstringfalsefalseclient_idstringfalsefalseclient_secretstringfalsefalseaccess_keystring(required if auth_method is “token”)falsefalseaccess_secretstring(required if auth_method is “token”)falsefalsesubdomainstringGong subdomain i.e. company-17 if you access Gong via https://company-17.app.gong.io (required if auth_method 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} Model Sync Source Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYobjectstringObjecttruefalse 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 NAMETYPEDESCRIPTIONREQUIREDREADONLYsync_incrementalbooleanSync data incrementally (may result in incomplete data)falsefalse Example 1{2 ...3 "source_configuration": {4 "sync_incremental": false5 }6}