This project is not covered by Drupal’s security advisory policy.

Moosend: Email Marketing Software for Thriving Businesses

Drupal Module for Moosend using their API v3. Maintained and supported by Sujan Shrestha.

INTRODUCTION

This module uses v3 of the Moosend EMS API. It allows users to add an API key and secret generated by a Moosend account in the settings.php file (or via an admin UI). Then will allow users to activate/enable a list and create a block derivative for each list that is enabled. It also provides an optional REST endpoint to send signups to the CC API for enabled lists.

To submit bug reports and feature suggestions, or track changes visit the project issue page.

REQUIREMENTS

This module requires the following modules enabled in Drupal Core:

  • Block
  • REST (if wanting to use the provided REST endpoint)
  • Datetime (if using custom date fields)
  • Webform (if wanting to send webform submissions to a enabled list)
  • Platform: PHP Version >=8.0

This module also requires a Moosend account
as well as an app created on the developer portal.

INSTALLATION

Install as you would normally install a contributed Drupal module. Visit Drupal's documentation for further information.

CONFIGURATION

  • Configure the user permissions in Administration » People » Permissions
  • Create an app on Moosend EMS's
  • developer portal.
  • Copy the API Key provided, add the key to your settings.php file.
  • Your settings.php entry should look like this:
  $settings['moosend_ems'] = [
      'api_key' => 'your_api_key',
  ];
  • If you prefer to use the UI, you can add these values to the admin UI form located at `admin/config/services/moosend-ems`. Click save.
  • Click the Authorize button to authorize your account (you may need to log into Constsant Contact again) to generate tokens.
  • Once tokens are generated, go to `admin/config/services/moosend-ems/lists` to enable the lists you'd like to place as blocks on your site or use as a REST endpoint.

  • WEBFORM HANDLER CONFIGURATION

    • Go to Webforms list page (admin/structure/webform) and click "Edit" on the desired Webform.
    • Click Emails/Handlers secondary tab and then click on "Add handler" button.
    • Click on "Add handler" button on "Moosend EMS" row.
    • Fill in the form. You should have at least one list in your Moosend EMS account, at least one list enabled in your Moosend EMS Module settings (/admin/config/services/moosend-ems/lists), and at least one Email field in your Webform.

    Block Configuration

    • Go to strucrure » block layout and place moosend block
    • Configure the block with available configurations

    Field Configuration

    • Go to strucrure » content types choose content type where you want to implement moosend » add Moosend Lists field
    • Configure the with with available configurations as your requirement
    Supporting organizations: 

    Project information

    Releases