Moosend
moosendMoosend is a cloud-based, AI-powered email marketing solution that allows you to target your audience at scale.
Acciones disponibles (15)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add or Update SubscriberMOOSEND_ADD_SUBSCRIBERAcciónTool to add or update a subscriber in a mailing list. use after obtaining the mailing list id to manage subscribers.
MOOSEND_ADD_SUBSCRIBERAcciónTool to add or update a subscriber in a mailing list. use after obtaining the mailing list id to manage subscribers.
Parámetros de entrada
NamestringDisplay name of the subscriber.
Tagsstring[]Tags to apply to the subscriber.
emailanyObligatorioemailEmail address of the subscriber.
formatstringenumResponse format. Possible values: 'json' or 'xml'.
jsonxmlPreferencesstring[]Preference values for the subscriber.
CustomFieldsstring[]List of custom field values in 'FieldName=Value' format.
mailingListIDstringObligatorioThe unique identifier of the mailing list to add the subscriber to.
HasExternalDoubleOptInbooleanFlag indicating external double opt-in consent.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create custom fieldMOOSEND_CREATE_CUSTOM_FIELDAcciónTool to create a custom field in a mailing list. use when you need to define a new custom field for subscriber data.
MOOSEND_CREATE_CUSTOM_FIELDAcciónTool to create a custom field in a mailing list. use when you need to define a new custom field for subscriber data.
Parámetros de entrada
namestringObligatorioThe name of the custom field.
formatstringenumThe response format. Use 'json' for JSON responses and 'xml' for XML responses.
jsonxmloptionsstringComma-separated options for a SingleSelectDropdown field.
is_hiddenbooleanWhether the custom field is hidden from subscribers on the update profile page.
is_requiredbooleanWhether the custom field is mandatory when adding a subscriber.
mailing_list_idstringObligatorioThe ID of the mailing list where the custom field will be created.
custom_field_typestringenumThe data type of the custom field.
TextNumberDateTimeSingleSelectDropdownCheckBox
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Mailing ListMOOSEND_CREATE_MAILING_LISTAcciónTool to create a new empty mailing list in moosend. use after obtaining api key.
MOOSEND_CREATE_MAILING_LISTAcciónTool to create a new empty mailing list in moosend. use after obtaining api key.
Parámetros de entrada
NamestringObligatorioName of the mailing list.
PreferencesobjectObligatorioPreferences configuration for the mailing list.
ConfirmationPagestringURL displayed after subscription confirmation.
PreferencePageIdstringOptional preference page identifier.
RedirectAfterUnsubscribePagestringURL users are redirected to after unsubscribing.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CampaignMOOSEND_DELETE_CAMPAIGNAcciónTool 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.
MOOSEND_DELETE_CAMPAIGNAcciónTool 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.
Parámetros de entrada
formatstringResponse format, either 'json' or 'xml'.
campaign_idstringObligatorioThe ID of the draft or sent campaign to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete custom fieldMOOSEND_DELETE_CUSTOM_FIELDAcciónTool to remove a custom field definition from a mailing list. use when you have confirmed the custom field id to delete.
MOOSEND_DELETE_CUSTOM_FIELDAcciónTool to remove a custom field definition from a mailing list. use when you have confirmed the custom field id to delete.
Parámetros de entrada
formatstringenumThe response format. Use 'json' for JSON responses and 'xml' for XML responses.
jsonxmlcustom_field_idstringObligatorioThe ID of the custom field to delete.
mailing_list_idstringObligatorioThe ID of the mailing list containing the custom field to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Mailing ListMOOSEND_DELETE_MAILING_LISTAcciónTool 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.
MOOSEND_DELETE_MAILING_LISTAcciónTool 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.
Parámetros de entrada
formatstringResponse format, either 'json' or 'xml'.
mailing_list_idstringObligatorioThe ID of the mailing list to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get all campaignsMOOSEND_GET_ALL_CAMPAIGNSAcciónTool to retrieve a list of all campaigns in your account. use after acquiring valid api credentials to explore campaign data.
MOOSEND_GET_ALL_CAMPAIGNSAcciónTool to retrieve a list of all campaigns in your account. use after acquiring valid api credentials to explore campaign data.
Parámetros de entrada
pageintegerPage number of campaign results to retrieve. Defaults to 1.
formatstringenumResponse format. Use 'json' for JSON responses and 'xml' for XML responses.
jsonxml
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All SubscribersMOOSEND_GET_ALL_SUBSCRIBERSAcciónTool to retrieve subscribers in a specified mailing list by status. use when you need to paginate subscribers after confirming list id and status.
MOOSEND_GET_ALL_SUBSCRIBERSAcciónTool to retrieve subscribers in a specified mailing list by status. use when you need to paginate subscribers after confirming list id and status.
Parámetros de entrada
PageintegerPage number of subscriber results to retrieve.
formatstringenumResponse format: 'json' or 'xml'.
jsonxmlstatusstringObligatorioenumThe type of subscribers to retrieve: 'Subscribed', 'Unsubscribed', 'Bounced', or 'Removed'.
SubscribedUnsubscribedBouncedRemovedPageSizeintegerNumber of subscriber records per page.
mailingListIDstringObligatorioThe ID of the mailing list containing the subscribers.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Campaign DetailsMOOSEND_GET_CAMPAIGN_DETAILSAcciónTool to retrieve detailed properties of a specific campaign. use when you need to inspect a campaign's full configuration after creation or scheduling.
MOOSEND_GET_CAMPAIGN_DETAILSAcciónTool to retrieve detailed properties of a specific campaign. use when you need to inspect a campaign's full configuration after creation or scheduling.
Parámetros de entrada
formatstringenumResponse format. Possible values: 'json' or 'xml'.
jsonxmlcampaign_idstringObligatorioThe unique identifier of the campaign whose details are to be retrieved.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subscriber By EmailMOOSEND_GET_SUBSCRIBER_BY_EMAILAcciónTool 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-..."
MOOSEND_GET_SUBSCRIBER_BY_EMAILAcciónTool 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-..."
Parámetros de entrada
EmailanyObligatorioemailEmail address of the subscriber to retrieve.
formatstringenumResponse format. Possible values: 'json' or 'xml'.
jsonxmlmailingListIDstringObligatorioThe ID of the mailing list to search in.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Schedule CampaignMOOSEND_SCHEDULE_CAMPAIGNAcciónTool to schedule a campaign. use when you want to set a specific date and time for campaign delivery after confirming its id.
MOOSEND_SCHEDULE_CAMPAIGNAcciónTool to schedule a campaign. use when you want to set a specific date and time for campaign delivery after confirming its id.
Parámetros de entrada
formatstringenumResponse format, either 'json' or 'xml'.
jsonxmlTimeZonestringTime zone for the scheduled date and time in IANA format (e.g., 'Europe/London'). Defaults to UTC if omitted.
campaign_idstringObligatorioThe ID of the campaign to schedule.
ScheduledDateTimestringObligatorioScheduled date and time for delivery in 'yyyy-MM-dd HH:mm:ss' format.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send CampaignMOOSEND_SEND_CAMPAIGNAcciónTool to send an existing draft campaign immediately. use when you want to dispatch a campaign to all recipients after final review.
MOOSEND_SEND_CAMPAIGNAcciónTool to send an existing draft campaign immediately. use when you want to dispatch a campaign to all recipients after final review.
Parámetros de entrada
FormatstringenumResponse format, either 'json' or 'xml'.
jsonxmlCampaignIDstringObligatorioThe unique identifier of the draft campaign to send.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update CampaignMOOSEND_UPDATE_CAMPAIGNAcciónTool to update a draft campaign. use when you want to modify properties of an existing draft campaign before sending.
MOOSEND_UPDATE_CAMPAIGNAcciónTool to update a draft campaign. use when you want to modify properties of an existing draft campaign before sending.
Parámetros de entrada
IsABbooleanFlag to indicate an A/B split campaign.
NamestringObligatorioNew name of the campaign.
formatstringenumResponse format: 'json' or 'xml'.
jsonxmlSubjectstringSubject line of the campaign.
SubjectBstringSecond subject line for A/B tests.
CampaignIDstringObligatorioID of the draft campaign to update.
HoursToTestintegerNumber of hours to run A/B test (1-24).
SenderEmailstringSender email address for the campaign.
WebLocationstringURL to fetch campaign HTML content; CSS will be inlined.
HTMLContentBstringHTML content for version B of the campaign.
MailingListsobject[]List of mailing lists and optional segments to send the campaign to.
ReplyToEmailstringReply-to email address for the campaign.
SenderEmailBstringSender email for version B of the campaign.
WebLocationBstringWeb location for version B of the campaign.
ABCampaignTypestringenumType of A/B test: Subjectline, Content, or Sender.
SubjectlineContentSenderListPercentageintegerPercentage of list to use for A/B testing (5-40).
ConfirmationToEmailstringEmail address to receive send confirmations.
ABWinnerSelectionTypestringenumMetric to choose A/B winner: OpenRate or TotalUniqueClicks.
OpenRateTotalUniqueClicksTrackInGoogleAnalyticsbooleanEnable Google Analytics tracking if configured.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update custom fieldMOOSEND_UPDATE_CUSTOM_FIELDAcciónTool to update properties of an existing custom field in a mailing list. use after confirming mailing list and custom field ids.
MOOSEND_UPDATE_CUSTOM_FIELDAcciónTool to update properties of an existing custom field in a mailing list. use after confirming mailing list and custom field ids.
Parámetros de entrada
namestringObligatorioThe new name for the custom field.
formatstringenumThe response format. Use 'json' for JSON responses and 'xml' for XML responses.
jsonxmloptionsstringComma-separated options for 'SingleSelectDropdown'; required if custom_field_type is 'SingleSelectDropdown'.
is_hiddenbooleanWhether the custom field is hidden from subscribers on the update profile page.
is_requiredbooleanWhether the custom field is mandatory when adding a subscriber.
custom_field_idstringObligatorioThe ID of the custom field to update.
mailing_list_idstringObligatorioThe ID of the mailing list containing the custom field.
custom_field_typestringenumSpecifies the data type of the custom field; one of 'Text', 'Number', 'DateTime', 'SingleSelectDropdown', 'CheckBox'.
TextNumberDateTimeSingleSelectDropdownCheckBox
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Mailing ListMOOSEND_UPDATE_MAILING_LISTAcciónTool to update the properties of an existing mailing list. use when you need to change list metadata after confirming the list id.
MOOSEND_UPDATE_MAILING_LISTAcciónTool to update the properties of an existing mailing list. use when you need to change list metadata after confirming the list id.
Parámetros de entrada
namestringNew name for the mailing list.
formatstringResponse format, either 'json' or 'xml'.
descriptionstringA description for the mailing list.
sender_namestringSender name for the mailing list.
sender_emailstringSender email address for the mailing list.
reply_to_emailstringReply-to email address for the mailing list.
mailing_list_idstringObligatorioThe unique identifier of the mailing list to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not