Moosend

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

31 actions Integration catalog
Request access
Connect Moosend once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Segment CriteriaMOOSEND_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 SubscriberMOOSEND_ADD_SUBSCRIBER
Tool to add or update a subscriber in a mailing list. Use after obtaining the mailing list ID to manage subscribers.
Clone CampaignMOOSEND_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 fieldMOOSEND_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 ListMOOSEND_CREATE_MAILING_LIST
Tool to create a new empty mailing list in Moosend. Use after obtaining API key.
Create SegmentMOOSEND_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 CampaignMOOSEND_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 fieldMOOSEND_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 ListMOOSEND_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 campaignsMOOSEND_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 SubscribersMOOSEND_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 DetailsMOOSEND_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 LocationMOOSEND_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 DetailsMOOSEND_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 EmailMOOSEND_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 listsMOOSEND_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 sendersMOOSEND_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 pagingMOOSEND_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 SegmentsMOOSEND_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 SubscribersMOOSEND_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 CampaignMOOSEND_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 CampaignMOOSEND_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 CampaignMOOSEND_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 AccountMOOSEND_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 ListMOOSEND_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 CampaignMOOSEND_UPDATE_CAMPAIGN
Tool to update a draft campaign. Use when you want to modify properties of an existing draft campaign before sending.
Update custom fieldMOOSEND_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 ListMOOSEND_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 SegmentMOOSEND_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 CriteriaMOOSEND_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 SubscriberMOOSEND_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.