Movable Ink Customer Data
Movable Ink’s customer data API for syncing user profiles and behavioural data feeds to power personalised content generation.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | secret | Yes | Your Movable Ink API key for customer data ingestion. Found in Settings > Integrations in the Movable Ink dashboard. |
company_id | string | Yes | Your Movable Ink company identifier. Found in your account settings or provided by your Movable Ink representative. |
feed_id | string | Yes | The Movable Ink data feed identifier for customer data ingestion. Created when setting up a Customer Data feed. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Movable Ink Customer Data 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/movable_ink_customer_data/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Movable Ink Customer Data",
"variant": "default",
"config": {
"api_key": "mi_xxxxxxxxxxxxxxxxxxxx",
"company_id": "12345",
"feed_id": "feed-12345"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Movable Ink API. No client-side scripts are loaded for this integration.
Visit Movable Ink Customer Data documentation for full API documentation and credential setup instructions.