Integration with Mailerlite, an email marketing platform offering subscriber management, campaign creation, and analytics.

Changelog

2 versions
v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version

Authentication

TypeDetails
API Key
API Key (text)
Your MailerLite API key. You can find it in your MailerLite account under Integrations > Developer API.

Actions

9
Create Campaign icon

Create Campaign

Create a new email campaign with specified content and settings.
Create Subscriber icon

Create Subscriber

Add a new subscriber to a mailing list. Requires subscriber email, name, and optional group IDs.
Find Campaigns icon

Find Campaigns

Retrieve a list of email campaigns optionally filtered by status. Maximum 100 campaigns will be fetched.
Find Groups icon

Find Groups

Retrieve all available subscriber groups. Use search criteria to filter groups if needed. Maximum 100 groups will be fetched.
Find Subscribers icon

Find Subscribers

Retrieve a list of subscribers based on search criteria. Maximum 100 subscribers will be fetched.
Get Campaign Stats icon

Get Campaign Stats

Retrieve performance metrics and statistics for a specific email campaign.
Get Subscriber icon

Get Subscriber

Retrieve detailed information of a specific subscriber using their subscriber ID.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the MailerLite API.
Send Campaign icon

Send Campaign

Send an email campaign instantly using the MailerLite API.