> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://apidocs.polytomic.com/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server. # Dialpad Supports: * ✅ Models * ✅ Model sync destination * ✅ Bulk sync source * ✅ Connection Proxy ## Connection ### Configuration
NameTypeDescriptionRequired
application_id string false
auth_method string Authentication method

Accepted values: `api_key` ↓, `oauth`
true
client_secret string false
oauth_refresh_token string false

`auth_method`

When `auth_method` is `api_key`
NameTypeDescriptionRequired
api_key string API key true
#### Example ```json { "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
object string Object

Accepted values: `Contacts`, `Calls`, `Call Records`, `User Call Statistics (by day)`, `Daily Call Statistics`
true
#### Example ```json { ... "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.