Movable Ink
AI-powered content personalisation platform for generating dynamic, individualised creative across email, web, and mobile channels.
⚠️
This integration is currently in beta. Configuration and behaviour may change.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | secret | Yes | Your Movable Ink API key for behavioural event tracking. 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. |
pixel_id | string | Yes | The Movable Ink pixel ID for event attribution. Found in the Movable Ink dashboard under Tracking Setup. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Movable Ink 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/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Movable Ink",
"variant": "default",
"config": {
"api_key": "mi_xxxxxxxxxxxxxxxxxxxx",
"company_id": "12345",
"pixel_id": "px-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 documentation for full API documentation and credential setup instructions.