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
- Source validation calls
Authentication
This connector authenticates using a Bearer token (MailerLite API key).
Get your MailerLite API key
- In MailerLite, generate or copy an API key (MailerLite “Connect” API key).
- Store it securely; you’ll paste it into the connector configuration as
api_key.
Setup
- Create a new MailerLite connection.
- Enter your API key.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | yes | MailerLite API key used as a Bearer token. |
Destination: MailerLite Audiences
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | yes | MailerLite 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.