For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inBook a demo
  • Getting started
    • Introduction
    • Obtaining API keys
    • Quickstart
    • Native clients
    • Concepts
    • Embedding authentication
    • Versioning
    • Idempotent requests
    • Events
  • Configuring your connections
    • CDC streaming from databases
      • Affinity
      • Airtable
      • Amplitude
      • API
      • Apollo.io
      • Asana
      • Ascend
      • Attio
      • AWS S3
      • AWS Athena
      • AWS OpenSearch
      • Azure Blob Storage
      • Azure SQL
      • BiqQuery
      • CloudSQL (MySQL)
      • CloudSQL (Postgres)
      • Chargebee
      • ConstructionWire
      • CosmosDB
      • Customer.io
      • Databricks
      • Datadog
      • dbt Cloud
      • Delighted
      • Dialpad
      • Dittofeed
      • DynamoDB
      • Facebook Ads
      • Freshdesk
      • Front
      • FullStory
      • Google Cloud Storage
      • Github
      • Google Ads
      • Google Workspace
      • Google Sheets
      • Harmonic
      • Heap
      • Honeycomb
      • HubSpot
      • Intercom
      • Iterable
      • Jira
      • Klaviyo
      • Kustomer
      • Linear
      • Linkedin Ads
      • Lob
      • Mailercheck
      • Marketo
      • MongoDB
      • Microsoft Ads
      • MySQL
      • Netsuite
      • Outreach
      • Pardot
      • Pipedrive
      • Postgres
      • PredictLeads
      • Quickbooks
      • Recharge
      • Redshift
      • Redshift Serverless
      • Reply.io
      • Salesforce
      • Segment
      • SFTP
      • Shopify
      • Short.io
      • Slack
      • Snowflake
      • Statsig
      • Stripe
      • Survicate
      • Synapse
      • Tixr
      • Unbounce
      • Uservoice
      • Vanilla Forums
      • Webhooks
      • Zendesk Chat
      • Zendesk Support
      • ZoomInfo
  • Code examples
    • Bulk sync (ELT) from HubSpot to PostgreSQL
    • Bulk sync (ELT) from Salesforce to S3
    • Bulk sync (ELT) from Salesforce to Snowflake
    • Model sync (Reverse ETL) from MongoDB to Salesforce
  • API Reference
Logo
Log inBook a demo
On this page
  • Connection
  • Configuration
  • Example
  • Model Sync
  • Source
  • Configuration
  • Example
  • Enrichment
  • Configuration
  • Example
  • Target
  • All targets
  • Configuration
  • Example
  • Bulk Sync
  • Source
Configuring your connectionsConnection configurations

Harmonic

Was this page helpful?
Previous

Heap

Next

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

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

Model Sync

Source

Configuration

NameTypeDescriptionRequired
entitystringObjectfalse
sourcestringSource

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

Example

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

Enrichment

Configuration

NameTypeDescriptionRequired
objectstringObject

Accepted values: watchlistCompaniesGql, savedSearchGql, savedSearchPeopleGql, watchlistPeopleGql
true

Example

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

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
1{
2 ...
3 "target": {
4 "configuration": {
5 "disable_auto_create_options": false
6 }
7 }
8}

Bulk Sync

Source

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