Skip to main content

MailerLite

Overview

The MailerLite connector lets you connect to the MailerLite API using an API key.

Current status:

  • Source: credential validation is available; extraction is still in development.
  • Destination (MailerLite Audiences): credential validation is available; loading/sync is still in development.

Requirements

  • A MailerLite account
  • A MailerLite API key with access to the endpoints used by the connector:
    • Source validation calls GET https://connect.mailerlite.com/api/subscribers
    • Destination validation calls GET https://connect.mailerlite.com/api/groups

Authentication

This connector authenticates using a Bearer token (MailerLite API key).

Get your MailerLite API key

  1. In MailerLite, generate or copy an API key (MailerLite “Connect” API key).
  2. Store it securely; you’ll paste it into the connector configuration as api_key.

Setup

  1. Create a new MailerLite connection.
  2. Enter your API key.
  3. Save and run a test/validation.

If validation succeeds, the connector can authenticate to MailerLite. Extraction/loading functionality will be enabled in a future release.

Configuration reference

Source: MailerLite

FieldTypeRequiredDescription
api_keystringyesMailerLite API key used as a Bearer token.

Destination: MailerLite Audiences

FieldTypeRequiredDescription
api_keystringyesMailerLite API key used as a Bearer token.

Streams

No streams are currently available. The connector’s catalog and extraction are still in development.

Destination behavior (MailerLite Audiences)

Loading/syncing to MailerLite Audiences is still in development. At this time, runs will fail with a message indicating the destination loader is not yet implemented.

Troubleshooting

  • Credential validation failed
    • Confirm the API key is correct and active.
    • Ensure the key has access to the MailerLite Connect API.
    • If your network restricts outbound traffic, allow HTTPS access to connect.mailerlite.com.