3.1 KiB
3.1 KiB
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
Setup guide
Please read How to find your API key.
CHANGELOG
| Version | Date | Pull Request | Subject |
|---|---|---|---|
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 |