Configuring your connectionsConnection configurations

Harmonic

Connection

Description

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
api_keystringtruefalse

Example

1{
2 "name": "harmonic connection",
3 "type": "harmonic",
4 "configuration": {
5 "api_key": "secret"
6 }
7}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
sourcestringSource Accepted Values: companyGql, personGql, watchlistCompaniesGql, savedSearchGql, savedSearchPeopleGql, watchlistPeopleGqltruefalse
stream_idstringSaved searchfalsefalse
entitystringObjectfalsefalse

Example

1{
2 ...
3 "configuration": {
4 "entity": "person",
5 "source": "savedSearchPeopleGql",
6 "stream_id": "urn:harmonic:saved_search:53635"
7 }
8}

Enrichment

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObject Accepted Values: companyGql, personGql, watchlistCompaniesGql, savedSearchGql, savedSearchPeopleGql, watchlistPeopleGqltruefalse

Example

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