ZoomInfo

Supports:

  • ✅ Models
  • ✅ Enrichment
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
client_idstringClient IDtrue
private_keystringPrivate API keytrue
usernamestringUsernametrue

Example

{
"name": "ZoomInfo connection",
"type": "zoominfo",
"configuration": {
"client_id": "",
"private_key": "",
"username": ""
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
topicsarrayTopicsfalse
zoom_sourcestringSource

Accepted values: intentData, enrichment
true

Example

{
...
"configuration": {
"topics": [
{}
],
"zoom_source": ""
}
}

Enrichment

Configuration

NameTypeDescriptionRequired
objectstringAccepted values: enrich_companyfalse

Example

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