Iterable
Cross-channel marketing platform for building, optimising, and measuring customer engagement campaigns across email, push, SMS, and more.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | secret | Yes | Your Iterable API key. Generate one in Integrations > API Keys in the Iterable dashboard. |
project_id | string | Yes | The Iterable project ID to send data to. Found in your project settings. |
data_center | select | Yes | The Iterable data centre your project is hosted in. Check your dashboard URL to confirm. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Iterable 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/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.