aweber_block
41 sites
No security coverage
Overview
This module integrates Drupal 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:
- AWeber base url: https://api.aweber.com/1.0
- AWeber Client ID and Secret can be got from the AWeber developer account you intend to associate your Drupal site with.
- The OAuth Redirect URL should be your siteaddress/aweber_block/getCode
- Auth request url: https://auth.aweber.com/oauth2/authorize
- Save the configurations
- 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. - 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.