Dialpad

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI Key

(required if auth_method is “api_key”)
false
application_idstringfalse
auth_methodstringAuthentication method

Accepted values: api_key, oauth
true
client_secretstringfalse
oauth_refresh_tokenstringfalse

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

NameTypeDescriptionRequired
objectstringObject

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

Example

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

Target

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