eavz
MailerLite

MailerLite

Email marketing software

5 actions
4 triggers

Actions

Name
add_subscriber_to_group

Adds existing subscriber to a specific group.

add_or_update_subscriber

Create a new subscriber or updates an existing one if the email already exists.

find_subscriber

Search for subscriber by email or name.

remove_subscriber_from_group

Removes subscriber from a specific group.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
subscriber.created

Triggers when a subscriber was created on your mailing list.

subscriber.updated

Triggers when the subscriber fields have been updated.

subscriber.unsubscribed

Triggers when a subscriber has unsubscribed from your mailing list.

subscriber.added_to_group

Triggers when a subscriber is added to a group.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'mailer-lite',
  actionName: 'add_subscriber_to_group',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect MailerLite to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does MailerLite support?

MailerLite supports 5 actions including Add Subscriber to a Group, Add or Update subscriber, Find a Subscriber, Remove Subscriber from a Group, Custom API Call.

Can I use MailerLite with AI agents?

Yes. Add MailerLite to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does MailerLite use?

MailerLite uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the MailerLite integration cost?

The MailerLite integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does MailerLite support?

MailerLite supports 4 triggers including Subscriber Created, Subscriber Fields Updated, Subscriber Unsubscribed, Subscriber Added to Group.

Connect MailerLite in 2 minutes

Get 1,000 free actions every month. No credit card required.