IntegrationsCDPMovable Ink

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

FieldTypeRequiredDescription
api_keysecretYesYour Movable Ink API key for behavioural event tracking. Found in Settings > Integrations in the Movable Ink dashboard.
company_idstringYesYour Movable Ink company identifier. Found in your account settings or provided by your Movable Ink representative.
pixel_idstringYesThe Movable Ink pixel ID for event attribution. Found in the Movable Ink dashboard under Tracking Setup.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Movable Ink or filter by CDP.
  4. Click Install, select a variant if available, and fill in the required fields.
  5. 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.