ActionIQ
Enterprise customer data platform for audience management, journey orchestration, and real-time personalisation at scale.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | secret | Yes | Your ActionIQ API key for server-side data ingestion. Generated in the ActionIQ platform under Settings > API Keys. |
account_id | string | Yes | Your ActionIQ account identifier. Found in the platform settings or provided during onboarding. |
destination_id | string | Yes | The ActionIQ destination identifier for this data source. Created when configuring a new inbound data connection. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find ActionIQ 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/actioniq/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "ActionIQ",
"variant": "default",
"config": {
"api_key": "aiq_xxxxxxxxxxxxxxxxxxxx",
"account_id": "your-account-id",
"destination_id": "dest-12345"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the ActionIQ API. No client-side scripts are loaded for this integration.
Visit ActionIQ documentation for full API documentation and credential setup instructions.