Amperity
Enterprise customer data platform using AI-driven identity resolution to unify customer records and power personalised experiences.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | secret | Yes | Your Amperity API key. Generate one in the Amperity dashboard under Settings > API Keys. |
tenant_id | string | Yes | Your Amperity tenant identifier. Found in the Amperity dashboard URL or account settings. |
endpoint_url | string | Yes | The Amperity Streaming Ingest API endpoint URL for your tenant. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Amperity 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/amperity/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Amperity",
"variant": "default",
"config": {
"api_key": "amp_xxxxxxxxxxxxxxxxxxxx",
"tenant_id": "your-tenant-id",
"endpoint_url": "https://your-tenant.amperity.com/api/v1/ingest"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Amperity API. No client-side scripts are loaded for this integration.
Visit Amperity documentation for full API documentation and credential setup instructions.