← ClaudeAtlas

mailerlite-automationlisted

Automate email marketing workflows including subscriber management, campaign analytics, group segmentation, and account monitoring through MailerLite via Composio
ComposioHQ/awesome-claude-skills · ★ 62,373 · AI & Automation · score 84
Install: claude install-skill ComposioHQ/awesome-claude-skills
# MailerLite Automation Automate email marketing operations -- manage subscribers, analyze campaign performance, organize groups and segments, and monitor account health -- all orchestrated through the Composio MCP integration. **Toolkit docs:** [composio.dev/toolkits/mailerlite](https://composio.dev/toolkits/mailerlite) --- ## Setup 1. Connect your MailerLite account through the Composio MCP server at `https://rube.app/mcp` 2. The agent will prompt you with an authentication link if no active connection exists 3. Once connected, all `MAILERLITE_*` tools become available for execution --- ## Core Workflows ### 1. Verify Account & Fetch Metadata Retrieve account details including plan limits and timezone to ensure consistent reporting. **Tool:** `MAILERLITE_GET_ACCOUNT_INFO` ``` No parameters required -- returns account metadata, plan details, and timezone configuration. ``` Always run this first to establish plan constraints and timezone for consistent time-windowed queries. --- ### 2. Get Account-Wide Performance Stats Retrieve aggregate subscriber counts, sent email totals, and engagement metrics for a health snapshot. **Tool:** `MAILERLITE_GET_ACCOUNT_STATS` ``` No parameters required -- returns overall subscriber counts, sent emails, and performance metrics. ``` --- ### 3. List & Paginate Subscribers Retrieve subscribers with optional status filtering and cursor-based pagination. **Tool:** `MAILERLITE_GET_SUBSCRIBERS` | Parameter | Type | Required | Des