Moosend

Learn how to use Moosend with Composio

Overview

Enum

MOOSEND

Description

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

Authentication Details

Actions

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

Action Parameters

CustomFields
array
HasExternalDoubleOptIn
boolean
Name
string
Preferences
array
Tags
array
email
Required
format
stringDefaults to json
mailingListID
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a custom field in a mailing list. use when you need to define a new custom field for subscriber data.

Action Parameters

custom_field_type
stringDefaults to Text
format
stringDefaults to json
is_hidden
boolean
is_required
boolean
mailing_list_id
stringRequired
name
stringRequired
options
string

Action Response

data
object
error
string
successful
boolean
Tool to create a new empty mailing list in moosend. use after obtaining api key.

Action Parameters

ConfirmationPage
string
Name
stringRequired
PreferencePageId
string
Preferences
objectRequired
RedirectAfterUnsubscribePage
string

Action Response

data
object
error
string
successful
boolean
Tool to delete a campaign. use when you need to permanently remove a draft or sent campaign from your moosend account after confirming its id. deletion is irreversible.

Action Parameters

campaign_id
stringRequired
format
stringDefaults to json

Action Response

data
object
error
string
successful
boolean
Tool to remove a custom field definition from a mailing list. use when you have confirmed the custom field id to delete.

Action Parameters

custom_field_id
stringRequired
format
stringDefaults to json
mailing_list_id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

format
stringDefaults to json
mailing_list_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all campaigns in your account. use after acquiring valid api credentials to explore campaign data.

Action Parameters

format
stringDefaults to json
page
integerDefaults to 1

Action Response

data
object
error
string
successful
boolean
Tool to retrieve subscribers in a specified mailing list by status. use when you need to paginate subscribers after confirming list id and status.

Action Parameters

Page
integer
PageSize
integer
format
stringDefaults to json
mailingListID
stringRequired
status
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve detailed properties of a specific campaign. use when you need to inspect a campaign's full configuration after creation or scheduling.

Action Parameters

campaign_id
stringRequired
format
stringDefaults to json

Action Response

data
object
error
string
successful
boolean
Tool to search for a subscriber by email in a mailing list. use when you need subscriber details after confirming the list exists. example: "get subscriber details for jane.doe@example.com in list 04fad8e2-..."

Action Parameters

Email
Required
format
stringDefaults to json
mailingListID
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to schedule a campaign. use when you want to set a specific date and time for campaign delivery after confirming its id.

Action Parameters

ScheduledDateTime
stringRequired
TimeZone
string
campaign_id
stringRequired
format
stringDefaults to json

Action Response

data
object
error
string
successful
boolean
Tool to send an existing draft campaign immediately. use when you want to dispatch a campaign to all recipients after final review.

Action Parameters

CampaignID
stringRequired
Format
stringDefaults to json

Action Response

data
object
error
string
successful
boolean
Tool to update a draft campaign. use when you want to modify properties of an existing draft campaign before sending.

Action Parameters

ABCampaignType
string
ABWinnerSelectionType
string
CampaignID
stringRequired
ConfirmationToEmail
string
HTMLContentB
string
HoursToTest
integer
IsAB
boolean
ListPercentage
integer
MailingLists
array
Name
stringRequired
ReplyToEmail
string
SenderEmail
string
SenderEmailB
string
Subject
string
SubjectB
string
TrackInGoogleAnalytics
boolean
WebLocation
string
WebLocationB
string
format
stringDefaults to json

Action Response

data
object
error
string
successful
boolean
Tool to update properties of an existing custom field in a mailing list. use after confirming mailing list and custom field ids.

Action Parameters

custom_field_id
stringRequired
custom_field_type
string
format
stringDefaults to json
is_hidden
boolean
is_required
boolean
mailing_list_id
stringRequired
name
stringRequired
options
string

Action Response

data
object
error
string
successful
boolean
Tool to update the properties of an existing mailing list. use when you need to change list metadata after confirming the list id.

Action Parameters

description
string
format
stringDefaults to json
mailing_list_id
stringRequired
name
string
reply_to_email
string
sender_email
string
sender_name
string

Action Response

data
object
error
string
successful
boolean