Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
auth_methodstringAccepted Values: api_key, oauthtruefalse
application_idstringfalsefalse
client_secretstringfalsefalse
oauth_refresh_tokenstringfalsefalse
api_keystring(required if auth_method is “api_key”)falsefalse

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

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObject Accepted Values: Contacts, Calls, Call Records, User Call Statistics (by day), Daily Call Statisticstruefalse

Example

1{
2 ...
3 "configuration": {
4 "object": "Contacts"
5 }
6}
Built with