Iterable
Overview
The Iterable connector lets you extract data from Iterable into your destination (for example, a data warehouse) using Iterable’s REST API.
Setup
Prerequisites
- An Iterable account
- An API key with access to the resources you want to sync
- Your Iterable region (
USorEU)
Create an Iterable API key
- In Iterable, go to Integrations (or API Keys, depending on your UI).
- Create or copy an existing API key.
- Store the key securely—you’ll use it to configure the connector.
Authentication
This connector authenticates using an API key sent in the Api-Key request header.
During credential validation, the connector calls the Lists endpoint:
- US region:
https://api.iterable.com/api/lists - EU region:
https://api.eu.iterable.com/api/lists
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Iterable API key. |
region | string | ✅ | Iterable region. Must be US or EU. |
Streams
Stream availability depends on the connector implementation and your Iterable permissions.
Notes
- If you select the wrong
region, authentication will fail. Ensure your Iterable project is hosted in the region you configure.