Iterable

Cross-channel marketing platform for building, optimising, and measuring customer engagement campaigns across email, push, SMS, and more.

Configuration

FieldTypeRequiredDescription
api_keysecretYesYour Iterable API key. Generate one in Integrations > API Keys in the Iterable dashboard.
project_idstringYesThe Iterable project ID to send data to. Found in your project settings.
data_centerselectYesThe Iterable data centre your project is hosted in. Check your dashboard URL to confirm.

Quick Setup

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

Delivery

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

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