Skip to main content

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 (US or EU)

Create an Iterable API key

  1. In Iterable, go to Integrations (or API Keys, depending on your UI).
  2. Create or copy an existing API key.
  3. 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

FieldTypeRequiredDescription
api_keystringYour Iterable API key.
regionstringIterable 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.