Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
auth_method | string | Accepted Values: api_key, oauth | true | false |
application_id | string | false | false | |
client_secret | string | false | false | |
oauth_refresh_token | string | false | false | |
api_key | string | (required if auth_method is “api_key”) | false | false |
Example
1 { 2 "name": "dialpad connection", 3 "type": "dialpad", 4 "configuration": { 5 "api_key": "2px8lqeoakuea2ccl4rxm13i6tb", 6 "application_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds", 7 "auth_method": "api_key", 8 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 9 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq" 10 } 11 }
Model Sync
Source
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
object | string | Object Accepted Values: Contacts, Calls, Call Records, User Call Statistics (by day), Daily Call Statistics | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "object": "Contacts" 5 } 6 }