Add MailerLite to your AI agent
MailerLite is an email marketing service that offers tools for creating and managing email campaigns, automating workflows, and building landing pages.
- Things your agent can do in MailerLite
- 86
Things your AI can do in MailerLite
Your FormWise AI can handle any of these in MailerLite — on its own, without you needing to click a button.
Add Subscriber To Group
PopularTool to assign an existing subscriber to a group. Use when you need to add a subscriber to a specific group in your MailerLite account.
Create Campaign
PopularTool to create a new email campaign (draft) with specified type, content, and targeting. Use when you need to create a campaign programmatically with email settings and optional audience targeting via groups or segments. HTML content support is also plan-dependent; insufficient plan capabilities result in `can_be_scheduled=false` on the created draft.
Create E-commerce Cart Item
PopularTool to add an item to a shopping cart. Creates the cart if it does not exist. Use for abandoned cart automation.
Create E-commerce Category
PopularTool to create a new product category for a shop. Use when organizing products into categories or setting up shop taxonomy with automation preferences.
Create/Update E-commerce Customer
PopularTool to create or update a customer record for a shop. Use when syncing shop customers or onboarding new purchases.
Create E-commerce Order
PopularTool to create a new order for a shop. Use when recording customer purchases or syncing order data from external systems.
Create E-commerce Product
PopularTool to create a new product for an e-commerce shop. Use when adding products to a shop for tracking sales, automations, and customer interactions.
Create E-commerce Shop
PopularTool to connect a new e-commerce shop. Use when you need to integrate a store for automations, product imports, and sales tracking.
Create Field
PopularTool to create a new custom field. Use when distinct subscriber attributes are needed before assigning or updating subscriber data. Call once per field key.
Create Group
PopularTool to create a new subscriber group. Use after deciding the group name for categorization. Store `group_id` from the response — required by MAILERLITE_UPDATE_GROUP, MAILERLITE_DELETE_GROUP, and MAILERLITE_GET_GROUP_SUBSCRIBERS.
Create Segment
PopularTool to create a new subscriber segment. Use when grouping subscribers by custom criteria before sending targeted campaigns.
Create Subscriber
PopularTool to create or update (upsert) a subscriber by email. Use when adding new subscribers or updating existing ones without needing their ID. If subscriber exists, updates non-destructively (omitted fields/groups are preserved).
Show 74 more things it can do
Create Webhook
PopularTool to register a new webhook URL for specified event types. Use when you need real-time notifications for selected MailerLite events.
Delete Automation
PopularTool to delete an automation workflow by ID. Deletion is permanent and irreversible — always require explicit user confirmation before calling. Use when you need to remove an automation after confirming it's no longer needed. Returns success=True on 204 No Content.
Delete E-commerce Cart Item
PopularTool to remove an item from a cart in an e-commerce shop. Use when you need to delete a specific product from a customer's shopping cart.
Delete E-commerce Category
PopularTool to delete a product category from an e-commerce shop by IDs. Use when you need to remove a specific category from your MailerLite store.
Delete E-commerce Customer
PopularTool to delete a customer from an e-commerce shop by IDs. Use when you need to remove a specific customer from your MailerLite store.
Delete E-commerce Order
PopularTool to delete an order from a shop. Use when you need to remove an order and its associated cart from MailerLite. Returns the deleted order details on success.
Delete E-commerce Product
PopularTool to delete a product from an e-commerce shop by IDs. Use when you need to remove a specific product from your MailerLite store.
Delete E-commerce Shop
PopularTool to disconnect an e-commerce shop by ID. Use when you have the shop's unique identifier and want to remove it from your MailerLite account.
Delete Field
PopularTool to delete a custom field. Use when a field is obsolete and you need to remove it from your MailerLite account. Returns success=True on 204 No Content.
Delete Group
PopularTool to delete a subscriber group by ID. Permanently removes the group and all its subscriber associations — irreversible with no undo. Use when you need to remove an existing subscriber group from your MailerLite account. Require explicit user confirmation before invoking. Returns success=True on 204 No Content.
Delete Segment
PopularTool to delete a segment by ID. Use when you need to remove an existing segment from your MailerLite account. Returns success=True on 204 No Content.
Delete Subscriber
PopularTool to delete a subscriber by ID. Use when you have the subscriber ID and want to remove them from your MailerLite account. Returns success=True on 204 No Content.
Delete Webhook
PopularTool to remove a webhook subscription by ID. Use when you need to delete a webhook after confirming it is no longer needed. Returns success=True on 204 No Content.
Forget Subscriber
PopularTool to forget a subscriber completely (GDPR compliant deletion). Use when you need to permanently delete all subscriber data within 30 days.
Get Account Info
PopularTool to retrieve basic MailerLite account details. Use when you need to verify authentication and review account metadata. Response payload is nested under results[i].response.data with data and meta subkeys — not a flat data key. Does not return a dedicated sender-domain list; absent domain fields indicate unknown status, not verified or unverified.
Get Account Stats
PopularTool to retrieve usage statistics and performance metrics for the account. Use after sending campaigns to analyze engagement and deliverability.
Get Automation
PopularTool to retrieve details of a specific automation by ID. Use when you have the automation ID and need its full configuration. Example: "Get automation 7267552".
Get Automation Activity
PopularTool to retrieve subscriber activity for a specific automation. Use when you need to track automation execution status and subscriber progress through workflows. Requires filter[status] parameter to be specified.
Get Campaigns
PopularTool to retrieve a list of all campaigns. Use when you need to fetch campaigns optionally filtered by status or type, with pagination.
Get E-commerce Cart
PopularTool to fetch details of a specific cart by shop ID and cart ID. Use when you need to retrieve cart information including customer, items, total, and checkout URL.
Get E-commerce Cart Item
PopularTool to fetch details of a specific cart item by shop ID, cart ID, and item ID. Use when you need to retrieve information about a specific item in a cart.
Get E-commerce Category
PopularTool to fetch details of a specific product category by shop and category ID. Use when you need information about a specific e-commerce category.
Get E-commerce Customer
PopularTool to fetch details of a customer by shop and customer ID. Use after confirming shop_id and customer_id.
Get E-commerce Customers
PopularTool to list customers for a specific shop. Use when you need to retrieve and paginate ecommerce customers after you have a shop ID. Example: "List customers for shop 123".
Get E-commerce Order
PopularTool to fetch details of a specific e-commerce order by shop ID and order ID. Use when you need to retrieve order information including customer, cart items, total, and status.
Get E-commerce Product
PopularTool to fetch details of a specific e-commerce product by shop and product ID. Use when you need product information such as name, price, description, and categories.
Get E-commerce Shop
PopularTool to fetch details of a specific e-commerce shop by ID. Use when you need detailed configuration or stats of a connected shop.
Get E-commerce Shops
PopularTool to list all e-commerce shops connected to the account. Use when you need to retrieve and paginate shop listings for an account.
Get Fields
PopularTool to retrieve all custom fields defined in the account. Use when you need to list or paginate through subscriber custom fields.
Get Group
PopularTool to retrieve details of a specific subscriber group by ID. Use when you need information about a particular group's statistics and configuration.
Get Group Subscribers
PopularTool to list subscribers within a group by ID. Use when you need to retrieve subscribers belonging to a specific MailerLite group before targeted campaigns. Use after confirming the group ID is valid.
Get Groups
PopularTool to retrieve all subscriber groups. Use when listing, paginating, or looking up group IDs for use in downstream tools (e.g., `trigger.settings.group_id`). Always verify returned IDs exactly match before passing to other tools; mismatched IDs cause silent failures.
Get Import Status
PopularTool to retrieve the status and detailed report of a subscriber import operation by import ID. Use after initiating an import to track progress and review results including validation issues, duplicates, and processing statistics.
Get Segment
PopularTool to retrieve a specific segment by ID. Use when you need to get details about a particular segment including subscriber count, open rate, and click rate statistics.
Get Segment Subscribers
PopularTool to retrieve all subscribers belonging to a specific segment. Use when you need to list or paginate through subscribers in a MailerLite segment for targeted campaigns or analysis.
Get Segments
PopularTool to retrieve all segments in the account. Use when you need to list or paginate through segments.
Get Subscriber
PopularTool to fetch a single subscriber by ID or email address. Use when you need to retrieve detailed information about a specific subscriber.
Get Subscriber Activity
PopularTool to fetch the activity log for a specific subscriber. Use when you need to track subscriber engagement history including email opens, link clicks, bounces, and other events.
Get Subscribers
PopularTool to retrieve all subscribers. Use after connecting account and when listing subscribers by status or paginating. Response payload nested under results[i].response.data with data and meta subkeys. Paginate all pages before computing metrics to avoid sampling bias. Limited by MailerLite Connect API quotas.
Get Subscribers Stats
PopularTool to get subscriber statistics for the account. Use to retrieve counts of total, active, unsubscribed, unconfirmed, bounced, and junk subscribers.
Get Webhook
PopularTool to retrieve details of a specific webhook by ID. Use when you need to get information about a particular webhook configuration.
Get Webhooks
PopularTool to retrieve all configured webhooks. Use when you need to list webhooks for your MailerLite account.
Import E-commerce Categories
PopularTool to bulk import categories to an e-commerce shop. Use when you need to add multiple categories at once to a shop.
Import E-commerce Orders
PopularTool to bulk import orders to an e-commerce shop. Use when syncing historical orders or bulk loading order data. Products must exist before importing orders.
Import E-commerce Products
PopularTool to bulk import products to an e-commerce shop. Use when you need to add multiple products to a shop in one request.
Import Subscribers to Group
PopularTool to bulk import multiple subscribers to a specific group. Use when adding many subscribers at once is more efficient than individual creation. The import runs asynchronously by default; use the returned progress URL to check completion status.
List Automations
PopularTool to retrieve all automations in your MailerLite account. Use when you need to list automations, optionally filtered by status, name, or group. Supports pagination for large result sets.
List E-commerce Cart Items
PopularTool to list all items in a specific cart for an e-commerce shop. Use when you need to retrieve items from a cart after you have both a shop ID and cart ID.
List E-commerce Carts
PopularTool to list all carts for a specific shop. Use when you need to retrieve abandoned or active shopping carts after you have a shop ID. Example: "List carts for shop 49095".
List E-commerce Categories
PopularTool to list all product categories for a shop. Use when you need to retrieve or paginate through categories.
List E-commerce Category Products
PopularTool to list all products in a specific e-commerce category. Use when you need to retrieve products for a given shop and category combination.
List E-commerce Orders
PopularTool to list all orders for a specific e-commerce shop. Use when you need to retrieve and paginate orders for a shop after you have a shop ID.
List E-commerce Products
PopularTool to list all products for a specific e-commerce shop. Use when you need to retrieve and paginate product listings after you have a shop ID.
List Forms
PopularTool to retrieve all forms of a specific type (popup, embedded, or promotion). Use when you need to list forms with optional filtering by name and pagination support.
Remove Product From Category
PopularTool to remove a product from a category in an e-commerce shop. Use when you need to unlink a product from a specific category without deleting the product itself.
Remove Subscriber From Group
PopularTool to remove a subscriber from a group by ID. Use when you need to unassign a subscriber from a specific group in your MailerLite account. Returns success=True on 204 No Content.
Set Double Opt-In
PopularTool to enable or disable double opt-in for new subscribers. Use when configuring subscription confirmation settings.
Update E-commerce Cart
PopularTool to update an existing cart's checkout URL or total price. Use when you need to modify cart details like the checkout link or recalculate the cart total for an active shopping cart.
Update E-commerce Cart Item
PopularTool to update a cart item's quantity or properties in an e-commerce cart. Use when you need to modify an existing item in a customer's cart.
Update E-commerce Category
PopularTool to update an existing product category in an e-commerce shop. Use when you need to modify the category name or automation settings.
Update E-commerce Customer
PopularTool to update a customer's data for a shop by IDs. Use when you need to change email, marketing opt-in, or spend totals for an existing customer.
Update E-commerce Order
PopularTool to update an existing order's status or total price in an e-commerce shop. Use when you need to mark orders as complete or adjust pricing. Note: Cannot update cart or customer through this endpoint.
Update E-commerce Product
PopularTool to update an existing product in an e-commerce shop by IDs. Use when you need to modify product details like name, price, description, or URL.
Update E-commerce Shop
PopularTool to update settings of a connected e-commerce shop by ID. Use when you need to modify shop details (name, URL, currency) or toggle features after verifying the shop exists.
Update Field
PopularTool to update the title of an existing custom field. Use when renaming a field label (e.g., correct typos or rebranding).
Update Group
PopularTool to update a group's name by ID. Use when renaming an existing group after confirming its ID. Note: renaming does not update references in downstream integrations or reports that use the old group name.
Update Segment
PopularTool to rename an existing segment by ID. Use when you need to update a segment's name after confirming its ID.
Update Subscriber
PopularTool to update an existing subscriber's information by ID. Use when altering subscriber details.
Update Webhook
PopularTool to update an existing MailerLite webhook. Use when you need to change its URL or event triggers by ID.
Add Product to Category
Tool to add a product to a category in an e-commerce shop. Use when you need to assign or link a product to a specific category for organization and marketing purposes.
Create automation
Create automation
Execute Batch Request
Tool to execute multiple API requests in a single batch call (max 50 requests). Use when you need to perform multiple operations efficiently or reduce API call overhead. Note: Individual request failures don't stop batch processing; check each response code. Webhooks are not supported in batch requests.
Get Campaign Languages
Tool to retrieve a list of all available campaign languages. Use when you need to fetch supported languages for creating or configuring campaigns.
List Timezones
Tool to retrieve all available timezones supported by MailerLite. Use when you need to get timezone options for campaigns, automations, or scheduling.
Built for the way you actually work
No code, no engineers
Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.
Sounds like you, not like a bot
Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.
Plugs into the stack you already use
No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.
Your data stays yours
Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.
What you can do once MailerLite is connected
Onboard new clients without lifting a finger
When someone signs up, your AI greets them, sets up their next step in MailerLite, and keeps the momentum going — even at 2am.
Reply to leads in seconds, not days
Your AI watches MailerLite for new inquiries, answers questions in your voice, and books the call before they cool off.
Get your weekends back
Hand off the repetitive MailerLite work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.
How to connect MailerLite to your agent
- 1
Start using FormWise for free
Sign up in under a minute.
- 2
Find MailerLite in your connected apps
Inside FormWise, go to Settings → Connected Services and look for MailerLite.
- 3
Hit "Connect"
Click "Connect MailerLite" and log in like you normally would. We only ask for the permissions your AI actually needs.
- 4
Tell your AI what to do in MailerLite
Build a quick AI Agent (it's like writing instructions, not code), and pick the MailerLite actions you want your AI to handle.
- 5
Watch it run
Send it a real-world task and watch your AI take care of MailerLite for you. Tweak the wording until it feels just right.
Powered by the AI you already trust
Your MailerLite workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.
- OpenAI
- Anthropic Claude
- Google Gemini
Questions other MailerLite users had before signing up
Do I need to know how to code?
Not even a little. If you can use MailerLite today, you can set this up. You'll connect MailerLite, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.
Will my clients know they're talking to an AI?
Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.
Can I make it sound like me?
Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.
What if I want to take over a conversation?
You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.
Is my client data safe?
Yes. Your MailerLite login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect MailerLite or delete everything any time.
What happens when MailerLite updates their app?
We handle it. When MailerLite adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.
How fast can I actually get this running?
Most people are up and running the same day they sign up. Connecting MailerLite takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.
What is FormWise?
FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like MailerLite — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.
Can I sell AI agents to my clients?
Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.
Can I embed my AI on my website or in my course?
Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.
Do I need to know anything about AI to use this?
No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.
About MailerLite on FormWise
MailerLite is an email marketing service that offers tools for creating and managing email campaigns, automating workflows, and building landing pages.
Connect MailerLite once and your FormWise AI gets 86 things it can do inside it. That means your AI can handle the MailerLite work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.
You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.
New to MailerLite? Take a look at www.mailerlite.com.
More email newsletters integrations
SendGrid
SendGrid is a cloud-based email delivery platform providing transactional and marketing email services, with APIs for integration, analytics, and scalability
Benchmark Email
Benchmark Email is a comprehensive email marketing platform offering tools for creating, sending, and analyzing email campaigns.
Mailchimp
Mailchimp is an email marketing and automation platform providing campaign templates, audience segmentation, and performance analytics to drive engagement and conversions
Klaviyo
Klaviyo is a data-driven email and SMS marketing platform that allows e-commerce brands to deliver targeted messages, track conversions, and scale customer relationships
GetResponse
Manage GetResponse email marketing, contacts, campaigns, automation, ecommerce, and account resources.
ActiveTrail
ActiveTrail is the world's friendliest email marketing platform, newsletter software and marketing automation software.
Stop doing the MailerLite work yourself
Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.
