Actions
| Name | Description |
|---|---|
add_subscriber_to_groupAdds existing subscriber to a specific group. | Adds existing subscriber to a specific group. |
add_or_update_subscriberCreate a new subscriber or updates an existing one if the email already exists. | Create a new subscriber or updates an existing one if the email already exists. |
find_subscriberSearch for subscriber by email or name. | Search for subscriber by email or name. |
remove_subscriber_from_groupRemoves subscriber from a specific group. | Removes subscriber from a specific group. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
subscriber.createdTriggers when a subscriber was created on your mailing list. | Triggers when a subscriber was created on your mailing list. |
subscriber.updatedTriggers when the subscriber fields have been updated. | Triggers when the subscriber fields have been updated. |
subscriber.unsubscribedTriggers when a subscriber has unsubscribed from your mailing list. | Triggers when a subscriber has unsubscribed from your mailing list. |
subscriber.added_to_groupTriggers when a subscriber is added to a group. | Triggers when a subscriber is added to a group. |
Quick Start
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.