DealCloud

Supports:

  • ✅ Models
  • ✅ 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

1{
2 "name": "DealCloud connection",
3 "type": "dealcloud",
4 "configuration": {
5 "auth_method": "",
6 "host": "mycompany.dealcloud.com"
7 }
8}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

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

Bulk Sync

Source

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