Hightouch

Reverse ETL and composable CDP platform that syncs data from your data warehouse to business tools for activation.

⚠️

This integration is currently in beta. Configuration and behaviour may change.

Configuration

FieldTypeRequiredDescription
api_keysecretYesYour Hightouch API key. Generate one in the Hightouch dashboard under Settings > API Keys.
workspace_idstringYesYour Hightouch workspace ID. Found in the Hightouch dashboard URL or workspace settings.
source_idstringYesThe Hightouch Events source ID to send events to. Create a new HTTP Events source in the Hightouch dashboard.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Hightouch or filter by CDP.
  4. Click Install, select a variant if available, and fill in the required fields.
  5. Click Install Integration to create the integration with a ready-to-use default configuration.

API Setup

curl -X POST http://localhost:8084/v1/admin/integration-catalog/hightouch/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Hightouch",
    "variant": "default",
    "config": {
      "api_key": "xxxxxxxxxxxxxxxxxxxx",
      "workspace_id": "ws-12345",
      "source_id": "src-12345"
    },
    "delivery_mode": "server_side"
  }'

Delivery

Events are delivered server-side from your Datafly Signal infrastructure directly to the Hightouch API. No client-side scripts are loaded for this integration.

Visit Hightouch documentation for full API documentation and credential setup instructions.