• Use Cases
  • Pricing
  • Security
  • Docs
Sign InStart free

The outbound integration layer for SaaS products: emit once, then let Meshes handle routing, retries, fan-out, and delivery history.

  • Terms of Service
  • Privacy Policy
  • Acceptable Use Policy
  • Cookie Policy

© Copyright 2026 Meshes, Inc. All Rights Reserved.

  • Getting Started
    • What is Meshes?
    • Quickstart
    • Core Concepts
    • API Overview
  • AI Tools
    • Cursor Rules
    • MCP Server
    • LLMs Docs
  • API Documentation
    • API Reference
    • Authentication
    • Results
    • Rate Limiting
    • SDKs
    • Integrations & Rules
  • Events
    • Publishable Keys
    • Send Events
    • Bulk Event Ingestion
  • Embed & Sessions
    • Quickstart
    • Session API Overview
    • Launch URL and Iframe Bootstrap
    • Iframe Message Contract
    • Session Roles and Scopes
    • Workspace Pages Available in Embed
    • Session Refresh Lifecycle
    • Iframe Sizing and Resize Handling
    • OAuth and Connection Setup Behavior
    • Security Model
    • Troubleshooting
  • Integrations
    • ActiveCampaign
    • AWeber
    • HubSpot
    • Intercom
    • Mailchimp
    • MailerLite
    • Resend
    • Salesforce
    • Slack
    • Webhooks
    • Zoom

MailerLite

Use Meshes to add subscribers to MailerLite groups or remove them from groups from product events.

Use the MailerLite integration when Meshes should manage subscriber group membership based on product behavior. In a Meshes workspace, you create the MailerLite connection, build a rule for the event you care about, and select the MailerLite group the rule should use.

Supported actions

  • Add to Group adds the subscriber to a selected MailerLite group.
  • Remove from Group removes the subscriber from a selected MailerLite group.

Create the connection

  1. Open Connections in your Meshes workspace.
  2. Click New Connection.
  3. Select MailerLite.
  4. Give the connection a clear name.
  5. Enter the API Token from MailerLite.
  6. Save the connection.

You can find the MailerLite API token in Integrations -> API.

Create a rule

  1. Open Rules and click New Rule.
  2. Select the event type that should trigger the MailerLite action, such as user.signup or segment.left.
  3. Select the resource type for that event.
  4. Choose your MailerLite connection.
  5. Select Add to Group or Remove from Group.
  6. Choose the MailerLite group.
  7. Map the event fields Meshes should send to MailerLite.
  8. Save the rule.

The mapping catalog includes email, ip_address, built-in MailerLite subscriber fields, and the custom fields available in the connected account.

Send a test event

Send a test event in Meshes

Use Send Test Event on the rule to verify the selected action and mappings.

{
  "email": "test@example.com",
  "first_name": "Test",
  "last_name": "User",
  "company": "Northstar"
}

Review results

After the event runs, open Events and inspect the MailerLite delivery details. Meshes shows whether the rule completed, what action ran, and any retries or failures.

Notes

  • Map email at minimum for MailerLite subscriber actions.
  • MailerLite groups are loaded from the connected account.
  • The mapping catalog includes both built-in subscriber fields and MailerLite custom fields.
  • Remove from Group changes group membership only.
  1. Supported actions
    1. Create the connection
    2. Create a rule
    3. Send a test event
    4. Review results
    5. Notes