# Moosend

Moosend is a cloud-based, AI-powered email marketing solution that allows you to target your audience at scale.

- **Category:** email newsletters
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 31
- **Triggers:** 0
- **Slug:** `MOOSEND`
- **Version:** 20260407_00

## Tools

### Add Segment Criteria

**Slug:** `MOOSEND_ADD_SEGMENT_CRITERIA`

Tool to add a new criterion (rule) to a segment. Use after obtaining the mailing list ID and segment ID to define filtering criteria.

### Add or Update Subscriber

**Slug:** `MOOSEND_ADD_SUBSCRIBER`

Tool to add or update a subscriber in a mailing list. Use after obtaining the mailing list ID to manage subscribers.

### Clone Campaign

**Slug:** `MOOSEND_CLONE_CAMPAIGN`

Tool to clone an existing campaign, creating an exact copy with the same content and settings. Use when you want to reuse a campaign template or create variations of an existing campaign. The cloned campaign is created as a new draft that can be modified independently.

### Create custom field

**Slug:** `MOOSEND_CREATE_CUSTOM_FIELD`

Tool to create a custom field in a mailing list. Use when you need to define a new custom field for subscriber data.

### Create Mailing List

**Slug:** `MOOSEND_CREATE_MAILING_LIST`

Tool to create a new empty mailing list in Moosend. Use after obtaining API key.

### Create Segment

**Slug:** `MOOSEND_CREATE_SEGMENT`

Tool to create a new segment for a mailing list. Use to organize subscribers based on criteria or create empty segments for future use.

### Delete Campaign

**Slug:** `MOOSEND_DELETE_CAMPAIGN`

Permanently deletes a campaign from your Moosend account by its ID. This action removes draft or sent campaigns irreversibly. Use this when you need to clean up campaigns that are no longer needed. The campaign ID can be obtained from listing campaigns or retrieved when a campaign is created. Always verify the campaign ID before deletion as this operation cannot be undone.

### Delete custom field

**Slug:** `MOOSEND_DELETE_CUSTOM_FIELD`

Tool to remove a custom field definition from a mailing list. Use when you have confirmed the custom field ID to delete.

### Delete Mailing List

**Slug:** `MOOSEND_DELETE_MAILING_LIST`

Tool to delete a mailing list. Use when you need to permanently remove a mailing list from your Moosend account after confirming its ID. Deletion is irreversible.

### Get all campaigns

**Slug:** `MOOSEND_GET_ALL_CAMPAIGNS`

Tool to retrieve a list of all campaigns in your account. Use after acquiring valid API credentials to explore campaign data.

### Get All Subscribers

**Slug:** `MOOSEND_GET_ALL_SUBSCRIBERS`

Retrieves all subscribers from a specified mailing list, filtered by their subscription status (Subscribed, Unsubscribed, Bounced, or Removed). Returns paginated results with subscriber details including email, name, custom fields, and subscription timestamps.

### Get Campaign Details

**Slug:** `MOOSEND_GET_CAMPAIGN_DETAILS`

Retrieves comprehensive details about a specific campaign by its ID. Returns complete campaign information including configuration, status, content, and settings. Use this when you need to inspect or verify campaign properties.

### Get Campaign Stats by Location

**Slug:** `MOOSEND_GET_CAMPAIGN_STATS_BY_LOCATION`

Retrieves a detailed report of campaign opens (unique and total) by country. Use this when you need to analyze the geographic distribution of email campaign engagement.

### Get Mailing List Details

**Slug:** `MOOSEND_GET_MAILING_LIST_DETAILS`

Gets details for a given mailing list including name, member counts, status, and custom field definitions. Optionally include subscriber statistics. Use this when you need to inspect mailing list properties or verify list configuration.

### Get Subscriber By Email

**Slug:** `MOOSEND_GET_SUBSCRIBER_BY_EMAIL`

Retrieves detailed subscriber information by email address from a specific mailing list. Returns comprehensive subscriber data including ID, name, subscription status, custom fields, tags, preferences, and timestamps for creation, updates, and unsubscribe events. Use this when you need to: - Look up a subscriber's details using their email address - Check if an email is already subscribed to a list - Retrieve custom field values for a subscriber - Check subscription status and history Example: "Get subscriber details for jane.doe@example.com in list 04fad8e2-..."

### List all mailing lists

**Slug:** `MOOSEND_LIST_ALL_MAILING_LISTS`

Tool to get a list of your active mailing lists in your account. Use after acquiring valid API credentials to explore mailing list data. Optionally include statistics and sort results by various fields.

### List all senders

**Slug:** `MOOSEND_LIST_ALL_SENDERS`

Tool to retrieve a list of all active senders in your account. Use when you need to view available sender email addresses for campaigns.

### List campaigns with paging

**Slug:** `MOOSEND_LIST_CAMPAIGNS_WITH_PAGING`

Tool to retrieve a paginated list of all campaigns in your account with detailed information. Use when you need to fetch campaigns with specific page size and sorting options. Paging information is required as input.

### List Segments

**Slug:** `MOOSEND_LIST_SEGMENTS`

Tool to get a list of all segments with their criteria for a specified mailing list. Use when you need to retrieve segment definitions for targeting specific subscriber groups.

### Remove Multiple Subscribers

**Slug:** `MOOSEND_REMOVE_MULTIPLE_SUBSCRIBERS`

Tool to permanently remove multiple subscribers from a mailing list. Use when you need to delete multiple subscribers permanently without adding them to the suppression list. Invalid email addresses are automatically ignored.

### Schedule Campaign

**Slug:** `MOOSEND_SCHEDULE_CAMPAIGN`

Tool to schedule a campaign. Use when you want to set a specific date and time for campaign delivery after confirming its ID.

### Send Campaign

**Slug:** `MOOSEND_SEND_CAMPAIGN`

Tool to send an existing draft campaign immediately. Use when you want to dispatch a campaign to all recipients after final review.

### Unschedule Campaign

**Slug:** `MOOSEND_UNSCHEDULE_CAMPAIGN`

Tool to unschedule a campaign. Removes a previously defined scheduled date and time from a campaign, so that it will be delivered immediately if already queued or when sent.

### Unsubscribe From Account

**Slug:** `MOOSEND_UNSUBSCRIBE_FROM_ACCOUNT`

Tool to unsubscribe a subscriber from the account. Use when you need to remove a subscriber from all mailing lists. Note: Rate limit is 20 requests per 10 seconds per API key.

### Unsubscribe from Mailing List

**Slug:** `MOOSEND_UNSUBSCRIBE_FROM_MAILING_LIST`

Tool to unsubscribe a subscriber from a specified mailing list. Use when you need to remove a subscriber's active subscription. Rate limit: 20 requests per 10 seconds per API key.

### Update Campaign

**Slug:** `MOOSEND_UPDATE_CAMPAIGN`

Tool to update a draft campaign. Use when you want to modify properties of an existing draft campaign before sending.

### Update custom field

**Slug:** `MOOSEND_UPDATE_CUSTOM_FIELD`

Tool to update properties of an existing custom field in a mailing list. Use after confirming mailing list and custom field IDs.

### Update Mailing List

**Slug:** `MOOSEND_UPDATE_MAILING_LIST`

Tool to update the properties of an existing mailing list. Use when you need to change list metadata after confirming the list ID.

### Update Segment

**Slug:** `MOOSEND_UPDATE_SEGMENT`

Tool to update properties and criteria of an existing segment. Use when you need to modify segment name, match type, or filtering criteria.

### Update Segment Criteria

**Slug:** `MOOSEND_UPDATE_SEGMENT_CRITERIA`

Tool to update an existing criterion in a segment. Use when you need to modify filtering rules for a mailing list segment.

### Update Subscriber

**Slug:** `MOOSEND_UPDATE_SUBSCRIBER`

Tool to update a subscriber in the specified mailing list. Use when you need to modify subscriber information like email, name, or custom fields.
