Table of Contents
Toweringmedia Constant Contact (Magento 2) User Guide
Related overview
For a shopper-friendly overview of features and setup, see the Magento 2 Constant Contact User Guide - Sync Customers & Subscribers on the storefront. This wiki page remains the full technical documentation.
Extension context
This is a Toweringmedia Magento 2 extension guide for the current admin extension catalog.
Product page
- Toweringmedia Constant Contact (Magento 2) (SKU
tm-constant-contact)
Overview
This extension connects Magento 2 to Constant Contact using the Constant Contact API v3. Customers and newsletter subscribers are pushed to your Constant Contact account through a queued sync so that list membership stays current without blocking storefront or admin actions. Authentication uses OAuth.
What this extension does
- Syncs Magento customers and newsletter subscribers to Constant Contact via API v3.
- OAuth-based connection with client ID and client secret.
- Queued sync so contact updates do not block checkout or admin saves.
- Sync logs for troubleshooting failed or pending contact pushes.
- Configurable logging level.
Requirements
- Magento 2.4.x (Open Source or Adobe Commerce).
- PHP: ^8.1 (as declared by the published package).
- A current Toweringmedia license and Composer credentials for
https://composer.toweringmedia.com/. - A Constant Contact account with API access, and an application registered there to obtain the OAuth client ID and client secret.
Installation
Install and validate in a staging environment before production rollout.
cd /path/to/magento composer require toweringmedia/module-constant-contact bin/magento module:enable Toweringmedia_ConstantContact bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy -f bin/magento cache:flush
Currently published versions at the time of writing:
toweringmedia/module-constant-contact— 1.0.0
Toweringmedia packages are served from the licensed Composer repository https://composer.toweringmedia.com/. If Composer reports that the package could not be found, your credentials are missing or the license does not cover this package yet. Retrieve your keys from My Account on toweringmedia.com, or contact support@toweringmedia.com.
General installation notes that apply to every Toweringmedia extension are in the installation guide.
Configuration
- Stores > Configuration > Towering Media > Constant Contact (Towering Media) (config section
toweringmedia_constantcontact). - Groups:
general(enable, logging level) andoauth(client ID, client secret). - Admin screens: Marketing > Constant Contact > Sync Queue, Sync Logs, and Configuration.
Basic usage and what to expect
- Register an application in Constant Contact and copy the client ID and client secret into the OAuth group, then complete the OAuth authorization.
- Enable the module, then watch Marketing > Constant Contact > Sync Queue to confirm contacts are being picked up.
- Check Sync Logs if contacts stay queued or report an error.
Validation checklist
bin/magento module:statusshows the module(s) as enabled.- Extension configuration saves without errors in Admin.
- The admin screens listed above are reachable and load without error.
- Expected storefront/admin behavior is present after a cache flush.
- No critical PHP/JS errors appear in
var/log/during the primary test flow.
Troubleshooting
- Composer cannot find the package: confirm the
https://composer.toweringmedia.com/repository and your credentials are present inauth.json, and that your license covers this package. - Feature not visible: verify module status, flush cache, and redeploy static content.
- Admin setting not applying: clear cache and confirm the config scope (default / website / store view).
- Unexpected behavior: retest with only the required related modules enabled.
