← Tools Reference

Moosend

Moosend integration (Communication, Marketing). Imported from open-connector.

API key4 toolshttps://api.moosend.com/v3
GET
moosend_list_mailing_lists
List active mailing lists in the current Moosend account.

/lists.json

4 parameters
ParamTypeRequiredDescription
FormatstringoptionalMoosend response format. Connector actions always request JSON.
WithStatisticsbooleanoptionalWhether Moosend should include subscriber statistics.
SortBystringoptionalMoosend mailing list property used to sort results.
SortMethodstringoptionalMoosend sorting direction.
GET
moosend_list_subscribers
List subscribers in a Moosend mailing list filtered by subscriber status.

/lists/{MailingListID}/subscribers/{Status}.json

5 parameters
ParamTypeRequiredDescription
MailingListIDstringrequiredThe ID of the email list containing the subscribers.
StatusstringrequiredMoosend subscriber status filter.
FormatstringoptionalMoosend response format. Connector actions always request JSON.
PageintegeroptionalThe page of subscriber results to return.
PageSizeintegeroptionalThe number of subscriber results to return per page.
GET
moosend_get_subscriber_by_email
Fetch one Moosend subscriber from a mailing list by email address.

/subscribers/{MailingListID}/view.json

3 parameters
ParamTypeRequiredDescription
MailingListIDstringrequiredThe ID of the email list that contains the subscriber.
EmailstringrequiredThe email address of the subscriber to retrieve.
FormatstringoptionalMoosend response format. Connector actions always request JSON.
POST
moosend_add_subscriber
Add or update one subscriber in a Moosend mailing list.

/subscribers/{MailingListID}/subscribe.json

8 parameters
ParamTypeRequiredDescription
MailingListIDstringrequiredThe ID of the email list where Moosend should add the subscriber.
EmailstringrequiredThe email address of the subscriber.
FormatstringoptionalMoosend response format. Connector actions always request JSON.
NamestringoptionalThe subscriber name.
HasExternalDoubleOptInbooleanoptionalWhether the subscriber has given subscription consent by other means.
CustomFieldsarrayoptionalCustom field values in Moosend FieldName=Value format.
TagsarrayoptionalTags to assign to the subscriber.
PreferencesarrayoptionalPreference values to assign to the subscriber.