1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/docs/integrations/sources/mailerlite.md
Rytis 57068e3f29 🎉 New Source: MailerLite (#18336)
* 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>
2022-10-27 21:37:52 -03:00

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