MailerLite Platform Help
Step 1 — Gather context
If references/learnings.md exists, read it first for accumulated platform knowledge.
What do you need help with?
- A) Email campaigns — creating, sending, templates, A/B testing
- B) Automation — workflows, triggers, delays, conditions
- C) Landing pages — building, optimizing, forms
- D) Signup forms & pop-ups — design, targeting, embedding
- E) E-commerce — Shopify/WooCommerce integration, abandoned cart, product emails
- F) Paid newsletter — setting up subscriber payments via Stripe
- G) Digital products — selling ebooks, downloads
- H) Transactional email — order confirmations, password resets
- I) Account issues — suspension, approval, domain auth, deliverability
- J) API integration — connecting MailerLite to your app
- K) Something else
Which plan are you on?
- A) Free (500 subscribers, 12K emails/mo)
- B) Growing Business ($10/mo)
- C) Advanced ($20/mo)
- D) Enterprise
- E) Not sure
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
Step 2 — Route or answer directly
| Problem domain |
Route to |
| Email marketing strategy (not MailerLite-specific) |
Run: /sales-email-marketing {user's question} |
| SPF/DKIM/DMARC setup, inbox placement, warmup |
Run: /sales-deliverability {user's question} |
| Newsletter monetization strategy |
Run: /sales-newsletter {user's question} |
| Growing subscriber list strategy |
Run: /sales-audience-growth {user's question} |
| Landing page / funnel conversion strategy |
Run: /sales-funnel {user's question} |
| Selling digital products strategy |
Run: /sales-digital-products {user's question} |
| Transactional email provider comparison |
Run: /sales-transactional-email {user's question} |
| Connecting MailerLite to other tools |
Run: /sales-integration {user's question} |
If the question is MailerLite-specific, continue to Step 3.
Step 3 — MailerLite platform reference
Read references/platform-guide.md for the full platform reference — modules, pricing, integrations, data model, workflows.
Answer the user's question using only the relevant section. Don't dump the full reference.
If the question involves the API, also read references/mailerlite-api-reference.md for endpoint details.
Step 4 — Actionable guidance
You no longer need the platform guide — focus on the user's specific situation.
- For campaign issues: check subscriber status, segment targeting, schedule settings
- For automation issues: verify triggers are set, check subscriber eligibility, review step conditions
- For deliverability: check domain authentication status, review bounce rate, check spam complaint rate
- For account issues: review MailerLite's anti-spam policy, check subscriber import quality, verify domain ownership
- For API issues: verify API key permissions, check rate limits (120 req/min), validate JSON payloads
If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Gotchas
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
Account approval is strict — MailerLite manually reviews every new account. If your website is "under construction" or your domain is brand new, expect rejection. Have a live site with clear opt-in methods before signing up.
Free plan reduced to 500 subscribers (Sep 2025) — was 1,000. No templates on the free plan either. If you're outgrowing free, Growing Business at $10/mo unlocks unlimited emails and templates.
Automation is basic — no branching logic or multi-path workflows. If/else conditions exist but flows are linear. For complex automation, consider ActiveCampaign or Klaviyo.
No spam/design testing — MailerLite has no inbox rendering preview across email clients and no spam score testing. Use Litmus or Mail Tester externally.
Account suspension without warning — importing a list with high bounce rates can trigger immediate suspension. Always clean lists with MailerCheck or ZeroBounce before importing.
Customer support is email-only on lower plans — live chat requires Advanced plan ($20/mo). Response times can be slow on Free/Growing Business.
Digital products and paid newsletters require Stripe — no PayPal or other payment processor support for selling through MailerLite.
API rate limit is 120 requests/minute globally — not per endpoint. Batch operations help (up to 50 requests per batch call).
Related skills
/sales-email-marketing — Email marketing strategy across all platforms (campaigns, automation, segmentation)
/sales-deliverability — Cross-platform deliverability (SPF/DKIM/DMARC, warmup, reputation)
/sales-newsletter — Newsletter monetization (paid subscriptions, sponsorships, ad sales)
/sales-audience-growth — Growing your subscriber list (lead magnets, cross-promotion, referrals)
/sales-funnel — Sales funnel strategy (landing pages, conversion paths)
/sales-digital-products — Selling digital products (ebooks, templates, courses)
/sales-transactional-email — Transactional email (provider comparison, API setup)
/sales-kit — Kit platform help (MailerLite alternative for creators)
/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do
Examples
Example 1: Account rejected
User says: "MailerLite rejected my account and I don't know why"
Skill does: Explains the manual review process, common rejection reasons (new domain, under-construction site, unclear opt-in), and how to appeal with a live site and clear opt-in documentation
Result: User understands what to fix and how to resubmit
Example 2: Automation not triggering
User says: "My welcome automation isn't sending emails to new subscribers"
Skill does: Walks through trigger verification (form vs API vs import), subscriber status check (must be "active"), automation status (must be "active" not "draft"), and common gotchas (subscriber already in the automation)
Result: User identifies the misconfiguration and fixes it
Example 3: API integration
User says: "How do I add subscribers to a group via the MailerLite API?"
Skill does: Shows the POST /api/subscribers endpoint with groups array, explains upsert behavior, provides code example with Bearer auth, notes the 120 req/min rate limit
Result: User has working API integration code
Troubleshooting
Emails going to spam
Symptom: Campaign emails landing in spam for subscribers
Cause: Domain not authenticated, shared IP reputation, or content triggers
Solution: 1) Authenticate domain — add DKIM (CNAME) + SPF (TXT) records in DNS, verify in MailerLite. 2) Check subscriber engagement — remove inactive subscribers (no opens in 90+ days). 3) Avoid spam trigger words in subject lines. 4) On Enterprise, request dedicated IP for better reputation control.
High bounce rate on import
Symptom: Importing a list triggers high bounce rate warning or account suspension
Cause: List contains invalid, disposable, or stale email addresses
Solution: Clean the list with MailerCheck (MailerLite's built-in verifier) or ZeroBounce before importing. Remove addresses that haven't engaged in 6+ months. Start with your most engaged segment and gradually import the rest.
Automation skipping subscribers
Symptom: Some subscribers enter the automation but skip certain steps
Cause: Subscriber status changed mid-workflow, or step conditions exclude them
Solution: Check each step's conditions. Verify subscriber status is "active" throughout. Check if the subscriber was removed from the triggering group. Review the automation activity log for specific subscriber paths.
1---2name: sales-mailerlite3description: MailerLite platform help — email campaigns, automation workflows, landing pages, signup forms, websites, e-commerce, digital products, paid newsletters, transactional email, and email verification. Use when emails aren't reaching subscribers, automation workflow isn't triggering, landing page conversion is low, signup forms aren't collecting leads, MailerLite account got suspended or rejected, domain authentication (SPF/DKIM) setup is failing, free plan limits are too restrictive, or you need help with the MailerLite API. Do NOT use for cross-platform email strategy (use /sales-email-marketing) or general deliverability (use /sales-deliverability).4license: MIT5---6
7# MailerLite Platform Help
8
9## Step 1 — Gather context
10
11If `references/learnings.md` exists, read it first for accumulated platform knowledge.
12
131. **What do you need help with?**
14 - A) Email campaigns — creating, sending, templates, A/B testing
15 - B) Automation — workflows, triggers, delays, conditions
16 - C) Landing pages — building, optimizing, forms
17 - D) Signup forms & pop-ups — design, targeting, embedding
18 - E) E-commerce — Shopify/WooCommerce integration, abandoned cart, product emails
19 - F) Paid newsletter — setting up subscriber payments via Stripe
20 - G) Digital products — selling ebooks, downloads
21 - H) Transactional email — order confirmations, password resets
22 - I) Account issues — suspension, approval, domain auth, deliverability
23 - J) API integration — connecting MailerLite to your app
24 - K) Something else
25
262. **Which plan are you on?**
27 - A) Free (500 subscribers, 12K emails/mo)
28 - B) Growing Business ($10/mo)
29 - C) Advanced ($20/mo)
30 - D) Enterprise
31 - E) Not sure
32
33Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
34
35## Step 2 — Route or answer directly
36
37| Problem domain | Route to |
38|---|---|
39| Email marketing strategy (not MailerLite-specific) | Run: `/sales-email-marketing {user's question}` |
40| SPF/DKIM/DMARC setup, inbox placement, warmup | Run: `/sales-deliverability {user's question}` |
41| Newsletter monetization strategy | Run: `/sales-newsletter {user's question}` |
42| Growing subscriber list strategy | Run: `/sales-audience-growth {user's question}` |
43| Landing page / funnel conversion strategy | Run: `/sales-funnel {user's question}` |
44| Selling digital products strategy | Run: `/sales-digital-products {user's question}` |
45| Transactional email provider comparison | Run: `/sales-transactional-email {user's question}` |
46| Connecting MailerLite to other tools | Run: `/sales-integration {user's question}` |
47
48If the question is MailerLite-specific, continue to Step 3.
49
50## Step 3 — MailerLite platform reference
51
52**Read `references/platform-guide.md`** for the full platform reference — modules, pricing, integrations, data model, workflows.
53
54Answer the user's question using only the relevant section. Don't dump the full reference.
55
56**If the question involves the API**, also read `references/mailerlite-api-reference.md` for endpoint details.
57
58## Step 4 — Actionable guidance
59
60You no longer need the platform guide — focus on the user's specific situation.
61
62- For campaign issues: check subscriber status, segment targeting, schedule settings
63- For automation issues: verify triggers are set, check subscriber eligibility, review step conditions
64- For deliverability: check domain authentication status, review bounce rate, check spam complaint rate
65- For account issues: review MailerLite's anti-spam policy, check subscriber import quality, verify domain ownership
66- For API issues: verify API key permissions, check rate limits (120 req/min), validate JSON payloads
67
68If you discover a gotcha, workaround, or tip not covered in `references/learnings.md`, append it there.
69
70## Gotchas
71
72> *Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.*
73
741. **Account approval is strict** — MailerLite manually reviews every new account. If your website is "under construction" or your domain is brand new, expect rejection. Have a live site with clear opt-in methods before signing up.
75
762. **Free plan reduced to 500 subscribers** (Sep 2025) — was 1,000. No templates on the free plan either. If you're outgrowing free, Growing Business at $10/mo unlocks unlimited emails and templates.
77
783. **Automation is basic** — no branching logic or multi-path workflows. If/else conditions exist but flows are linear. For complex automation, consider ActiveCampaign or Klaviyo.
79
804. **No spam/design testing** — MailerLite has no inbox rendering preview across email clients and no spam score testing. Use Litmus or Mail Tester externally.
81
825. **Account suspension without warning** — importing a list with high bounce rates can trigger immediate suspension. Always clean lists with MailerCheck or ZeroBounce before importing.
83
846. **Customer support is email-only on lower plans** — live chat requires Advanced plan ($20/mo). Response times can be slow on Free/Growing Business.
85
867. **Digital products and paid newsletters require Stripe** — no PayPal or other payment processor support for selling through MailerLite.
87
888. **API rate limit is 120 requests/minute globally** — not per endpoint. Batch operations help (up to 50 requests per batch call).
89
90## Related skills
91
92- `/sales-email-marketing` — Email marketing strategy across all platforms (campaigns, automation, segmentation)
93- `/sales-deliverability` — Cross-platform deliverability (SPF/DKIM/DMARC, warmup, reputation)
94- `/sales-newsletter` — Newsletter monetization (paid subscriptions, sponsorships, ad sales)
95- `/sales-audience-growth` — Growing your subscriber list (lead magnets, cross-promotion, referrals)
96- `/sales-funnel` — Sales funnel strategy (landing pages, conversion paths)
97- `/sales-digital-products` — Selling digital products (ebooks, templates, courses)
98- `/sales-transactional-email` — Transactional email (provider comparison, API setup)
99- `/sales-kit` — Kit platform help (MailerLite alternative for creators)
100- `/sales-do` — Not sure which skill to use? The router matches any sales objective to the right skill. Install: `npx skills add sales-skills/sales --skill sales-do`
101
102## Examples
103
104### Example 1: Account rejected
105**User says**: "MailerLite rejected my account and I don't know why"
106**Skill does**: Explains the manual review process, common rejection reasons (new domain, under-construction site, unclear opt-in), and how to appeal with a live site and clear opt-in documentation
107**Result**: User understands what to fix and how to resubmit
108
109### Example 2: Automation not triggering
110**User says**: "My welcome automation isn't sending emails to new subscribers"
111**Skill does**: Walks through trigger verification (form vs API vs import), subscriber status check (must be "active"), automation status (must be "active" not "draft"), and common gotchas (subscriber already in the automation)
112**Result**: User identifies the misconfiguration and fixes it
113
114### Example 3: API integration
115**User says**: "How do I add subscribers to a group via the MailerLite API?"
116**Skill does**: Shows the POST /api/subscribers endpoint with groups array, explains upsert behavior, provides code example with Bearer auth, notes the 120 req/min rate limit
117**Result**: User has working API integration code
118
119## Troubleshooting
120
121### Emails going to spam
122**Symptom**: Campaign emails landing in spam for subscribers
123**Cause**: Domain not authenticated, shared IP reputation, or content triggers
124**Solution**: 1) Authenticate domain — add DKIM (CNAME) + SPF (TXT) records in DNS, verify in MailerLite. 2) Check subscriber engagement — remove inactive subscribers (no opens in 90+ days). 3) Avoid spam trigger words in subject lines. 4) On Enterprise, request dedicated IP for better reputation control.
125
126### High bounce rate on import
127**Symptom**: Importing a list triggers high bounce rate warning or account suspension
128**Cause**: List contains invalid, disposable, or stale email addresses
129**Solution**: Clean the list with MailerCheck (MailerLite's built-in verifier) or ZeroBounce before importing. Remove addresses that haven't engaged in 6+ months. Start with your most engaged segment and gradually import the rest.
130
131### Automation skipping subscribers
132**Symptom**: Some subscribers enter the automation but skip certain steps
133**Cause**: Subscriber status changed mid-workflow, or step conditions exclude them
134**Solution**: Check each step's conditions. Verify subscriber status is "active" throughout. Check if the subscriber was removed from the triggering group. Review the automation activity log for specific subscriber paths.