IntegrationsCDPEngageFront

EngageFront

Customer engagement platform for unified cross-channel messaging, audience segmentation, and campaign management.

⚠️

This integration is currently in beta. Configuration and behaviour may change.

Configuration

FieldTypeRequiredDescription
api_keysecretYesYour EngageFront API key for server-side event ingestion. Found in the EngageFront dashboard under Settings > API.
account_idstringYesYour EngageFront account identifier. Found in the dashboard under Account Settings.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find EngageFront 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/engagefront/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "EngageFront",
    "variant": "default",
    "config": {
      "api_key": "ef_xxxxxxxxxxxxxxxxxxxx",
      "account_id": "acct-12345"
    },
    "delivery_mode": "server_side"
  }'

Delivery

Events are delivered server-side from your Datafly Signal infrastructure directly to the EngageFront API. No client-side scripts are loaded for this integration.

Visit EngageFront documentation for full API documentation and credential setup instructions.