ZoomInfo

Supports:

  • ✅ Models
  • ✅ Enrichment

Connection

Configuration

NameTypeDescriptionRequired
client_idstringClient IDtrue
private_keystringPrivate API keytrue
usernamestringUsernametrue

Example

1{
2 "name": "ZoomInfo connection",
3 "type": "zoominfo",
4 "configuration": {
5 "client_id": "",
6 "private_key": "",
7 "username": ""
8 }
9}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
topicsarrayTopicsfalse
zoom_sourcestringSource

Accepted values: intentData, enrichment
true

Example

1{
2 ...
3 "configuration": {
4 "topics": [
5 {}
6 ],
7 "zoom_source": ""
8 }
9}

Enrichment

Configuration

NameTypeDescriptionRequired
objectstringAccepted values: enrich_companyfalse

Example

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