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": "asana connection", 3 "type": "asana", 4 "configuration": { 5 "client_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds", 6 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 7 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq" 8 } 9 }