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
| Field | Type | Required | Description |
|---|---|---|---|
api_key | secret | Yes | Your Hightouch API key. Generate one in the Hightouch dashboard under Settings > API Keys. |
workspace_id | string | Yes | Your Hightouch workspace ID. Found in the Hightouch dashboard URL or workspace settings. |
source_id | string | Yes | The Hightouch Events source ID to send events to. Create a new HTTP Events source in the Hightouch dashboard. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Hightouch or filter by CDP.
- Click Install, select a variant if available, and fill in the required fields.
- 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.