Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
oauth_refresh_token | string | false | false | |
client_id | string | false | false | |
client_secret | string | false | false |
Example
1 { 2 "name": "outreach connection", 3 "type": "outreach", 4 "configuration": { 5 "client_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds", 6 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 7 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq" 8 } 9 }
Model Sync
Source
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
stream_id | string | Object | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "stream_id": "accounts" 5 } 6 }