1
0
mirror of synced 2026-01-02 12:02:47 -05:00
Files
airbyte/docs/integrations/sources/iterable.md
midavadim 7ae67d1b0d 🎉 Source Iterable - added new events streams (#16067)
* increased unit test coverage

* added additional events streams

* updated tests

* bumped connector version, update changelog

* fixed indentations

* api.py and iterable_streams.py merged into one stream.py file

* Fix unit tests

* updated release stage

* fixed import

* Updated version in seed

* auto-bump connector version [ci skip]

* updated source_specs.yaml

Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-09-05 23:00:13 +03:00

6.7 KiB

Iterable

This page contains the setup guide and reference information for the Iterable source connector.

Prerequisites

  • Iterable Account
  • Iterable API Key with standard permissions. See API Keys docs for more details.

Setup guide

Step 1: Set up Iterable

Please read How to find your API key.

Step 2: Set up the Iterable connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the Iterable connector and select Iterable from the Source type dropdown.
  4. Enter your api_key
  5. Enter the start_date you want your sync to start from
  6. Click Set up source

For Airbyte OSS:

  1. Navigate to the Airbyte Open Source dashboard
  2. Set the name for your source
  3. Enter your api_key
  4. Enter the start_date you want your sync to start from
  5. Click Set up source

Supported sync modes

The Iterable source connector supports the following sync modes:

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Yes
SSL connection Yes

Supported Streams

Changelog

Version Date Pull Request Subject
0.1.17 2022-09-02 16067 added new events streams
0.1.16 2022-08-15 15670 Api key is passed via header
0.1.15 2021-12-06 8524 Update connector fields title/description
0.1.14 2021-12-01 8380 Update Events stream to use export/userEvents endpoint
0.1.13 2021-11-22 8091 Adjust slice ranges for email streams
0.1.12 2021-11-09 7780 Split EmailSend stream into slices to fix premature connection close error
0.1.11 2021-11-03 7619 Bugfix type error while incrementally loading the Templates stream
0.1.10 2021-11-03 7591 Optimize export streams memory consumption for large requests
0.1.9 2021-10-06 5915 Enable campaign_metrics stream
0.1.8 2021-09-20 5915 Add new streams: campaign_metrics, events
0.1.7 2021-09-20 6242 Updated schema for: campaigns, lists, templates, metadata