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

Overview

This module integrates Drupal 8 with Aweber an email marketing platform. By using this module, site users are able to easily register their email to an email list available on Aweber platform.

Configuration and setup

To achieve successful configuration and usage, an Aweber account and Aweber developer account (https://labs.aweber.com) will be necessary.
Set the module's configuration settings (/admin/config/aweber_block/config) to enable Drupal 8 to Aweber integration as follows:

  1. Aweber base url: https://api.aweber.com/1.0
  2. Aweber Client ID and Secret can be got from the Aweber developer account you intend to associate your Drupal site with.
  3. The OAuth Redirect URL should be your siteaddress/aweber_block/getCode
  4. Auth request url: https://auth.aweber.com/oauth2/authorize
  5. Save the configurations
  6. Authorize the app (/admin/config/aweber_block/get_authorization) then click the provided link. If steps 1 - 5 were successful,
    you should be redirected to Aweber's Authorize App login.
  7. Add the block to your site

Note:

  • A common configuration error is authorizing app without selecting any application scope. Authorizations are granted based on scope.

Project information

Releases