Delete E-commerce Customer
Tool 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 Shop
Tool 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
Tool 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
Tool to delete a subscriber group by id. use when you need to remove an existing subscriber group from your mailerlite account. returns success=true on 204 no content.
Delete Segment
Tool 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
Tool 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
Tool 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.
Fetch Total E-commerce Customers Count
Tool to fetch total ecommerce customers count for a shop. use when only the aggregate count is required without retrieving detailed records.
Get Account Info
Tool to retrieve basic mailerlite account details. use when you need to verify authentication and review account metadata.
Get Account Stats
Tool to retrieve usage statistics and performance metrics for the account. use after sending campaigns to analyze engagement and deliverability.
Get Automation
Tool to retrieve details of a specific automation by id. use when you have the automation id and need its full configuration. example: \
Get Campaigns
Tool 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 Customer
Tool to fetch details of a customer by shop and customer id. use after confirming shop id and customer id.
Get E-commerce Customers
Tool to list customers for a specific shop. use when you need to retrieve and paginate ecommerce customers after you have a shop id. example: \
Get E-commerce Shop
Tool 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
Tool 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
Tool to retrieve all custom fields defined in the account. use when you need to list or paginate through subscriber custom fields.
Get Groups
Tool to retrieve all subscriber groups. use when you need to list or paginate through subscriber groups.
Get Group Subscribers
Tool 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 …
Get Segments
Tool to retrieve all segments in the account. use when you need to list or paginate through segments.
Get Subscribers
Tool to retrieve all subscribers. use after connecting account and when listing subscribers by status or paginating. limited by mailerlite connect api quotas.
Get Webhooks
Tool to retrieve all configured webhooks. use when you need to list webhooks for your mailerlite account.
Set Double Opt-In
Tool to enable or disable double opt-in for new subscribers. use when configuring subscription confirmation settings.
Update E-commerce Customer
Tool 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 Shop
Tool 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
Tool to update the title of an existing custom field. use when renaming a field label (e.g., correct typos or rebranding).
Update Group
Tool to update a group's name by id. use when renaming an existing group after confirming its id.
Update Segment
Tool to rename an existing segment by id. use when you need to update a segment's name after confirming its id.
Update Subscriber
Tool to update an existing subscriber's information by id. use when altering subscriber details.
Update Webhook
Tool to update an existing mailerlite webhook. use when you need to change its url or event triggers by id.