Harmonic

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
api_keystringHarmonic API keytrue
deals_databooleanEnable Harmonic Deal Data APIfalse

Example

{
"name": "Harmonic connection",
"type": "harmonic",
"configuration": {
"api_key": "secret",
"deals_data": false
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
entitystringObjectfalse
sourcestringSource

Accepted values: watchlistCompaniesGql, savedSearchGql, savedSearchPeopleGql, watchlistPeopleGql
true
stream_idstringSaved searchfalse

Example

{
...
"configuration": {
"entity": "person",
"source": "savedSearchPeopleGql",
"stream_id": "urn:harmonic:saved_search:53635"
}
}

Enrichment

Configuration

NameTypeDescriptionRequired
objectstringObject

Accepted values: watchlistCompaniesGql, savedSearchGql, savedSearchPeopleGql, watchlistPeopleGql
true

Example

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

Target

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

All targets

Configuration
NameTypeDescriptionRequired
disable_auto_create_optionsbooleanDo not auto-create new optionsfalse
Example
{
...
"target": {
"configuration": {
"disable_auto_create_options": false
}
}
}

Bulk Sync

Source

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