* Init source MailerLite * Added documentation * Removed unnecessary files and a comment * Added changelog * Added sample config * Updated base URL * format * add mailerlite to source def seed * update docker image tag version * auto-bump connector version Co-authored-by: Dainius Salkauskas <dainiuxazz@gmail.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
1.1 KiB
1.1 KiB
ActiveCampaign
Sync overview
This source can sync data from the MailerLite API. At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records.
This Source Supports the Following Streams
- campaigns
- subscribers
- automations
- timezones
- segments
- forms_popup
- forms_embedded
- forms_promotion
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental Sync | No |
Performance considerations
MailerLite API has a global rate limit of 120 requests per minute.
Getting started
Requirements
- MailerLite API Key
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.0 | 2022-10-25 | 18336 | Initial commit |