Moosend Logo

The purpose of this module is to provide integration with Moosend, an email marketing and delivery service. Moosend module gives site builders and developers an easy way to interact with Moosend's capabilities. Those capabilities include user subscriptions, mailing list and segment manipulation, as well as campaign launching.
Below you will find features details and an installation guide.

Mailing Lists

  • Manipulate Mailing Lists
  • Add Segments with custom criteria

Subscriptions

  • Create forms for each Mailing list
  • Display forms as Block and Pages
  • Converts Moosend fields to Drupal elements

Campaigns

  • Create Draft Campaigns
  • Clone Draft Campaigns
  • Send Campaigns

Integration with other Modules

Installation

In order to make this module functional you need to install Moosend PHP Wrapper library (currently works with v2, tag-110069478). There is an official github.com repo located here. Download those files an put them in sites/all/libraries.

Moosend autoloader file should be located in

sites/all/libraries/moosend/src/moosend/MoosendApi.php

OR

You can use a Drush command

drush moosend-wrapper

It will download and extract files in 'sites/all/libraries/moosend'. Optional, you can specify a custom path as a parameter.

Project information

Releases