Iterable
Overview
The Iterable supports full refresh and incremental sync.
This source can sync data for the Iterable API.
Output schema
Several output streams are available from this source:
- Campaigns
- Campaign Metrics
- Channels
- Email Bounce (Incremental sync)
- Email Click (Incremental sync)
- Email Complaint (Incremental sync)
- Email Open (Incremental sync)
- Email Send (Incremental sync)
- Email Send Skip (Incremental sync)
- Email Subscribe (Incremental sync)
- Email Unsubscribe (Incremental sync)
- Events
- Lists
- List Users
- Message Types
- Metadata
- Templates (Incremental sync)
- Users (Incremental sync)
If there are more endpoints you'd like Airbyte to support, please create an issue.
Features
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | Yes |
SSL connection | Yes |
Performance considerations
The Iterable connector should not run into Iterable API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Getting started
Requirements
- Iterable Account
- Iterable API Key with
standard
permissions. See API Keys docs for more details.
Setup guide
Please read How to find your API key.
CHANGELOG
Version | Date | Pull Request | Subject |
---|---|---|---|
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 |