Dialpad

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
application_idstringfalse
auth_methodstringAuthentication method

Accepted values: api_key , oauth
true
client_secretstringfalse
oauth_refresh_tokenstringfalse

auth_method

When auth_method is api_key
NameTypeDescriptionRequired
api_keystringAPI keytrue

Example

{
"name": "Dialpad connection",
"type": "dialpad",
"configuration": {
"api_key": "2px8lqeoakuea2ccl4rxm13i6tb",
"application_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds",
"auth_method": "api_key",
"client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
"oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObject

Accepted values: Contacts, Calls, Call Records, User Call Statistics (by day), Daily Call Statistics
true

Example

{
...
"configuration": {
"object": "Contacts"
}
}

Target

Dialpad connections may be used as the destination in a model sync.

Bulk Sync

Source

Dialpad connections may be used as a bulk sync source. No additional configuration options are required.