IntegrationsCDPMovable Ink Customer Data

Movable Ink Customer Data

Movable Ink’s customer data API for syncing user profiles and behavioural data feeds to power personalised content generation.

Configuration

FieldTypeRequiredDescription
api_keysecretYesYour Movable Ink API key for customer data ingestion. 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.
feed_idstringYesThe Movable Ink data feed identifier for customer data ingestion. Created when setting up a Customer Data feed.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Movable Ink Customer Data 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_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.