DealCloud

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
auth_methodstringAuthentication method

Accepted values: api_key , client_credentials
true
hoststringHosttrue

auth_method

When auth_method is api_key
NameTypeDescriptionRequired
api_keystringAPI keytrue
When auth_method is client_credentials
NameTypeDescriptionRequired
client_idstringClient IDtrue
client_secretstringClient secrettrue

Example

{
"name": "DealCloud connection",
"type": "dealcloud",
"configuration": {
"auth_method": "",
"host": "mycompany.dealcloud.com"
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

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

Target

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

Bulk Sync

Source

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