luma / module-campaignmonitor
Module campaignmonitor for magento2
Installs: 5 618
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 9
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.4.0|~8.1.0
This package is auto-updated.
Last update: 2025-03-29 00:31:58 UTC
README
This extension is entirely based on the official Campaign Monitor extension https://github.com/campaignmonitor/magento-extension. But this module can work with Magento2
New package has been released to support magento 2.4.6 here https://github.com/vincent2090311/cm2
Install
-
Via Github
- Clone code from repository
- Copy content in folder src to your_installation_folder/app/code/Luma/Campaignmonitor
- Run these commands
$ php bin/magento setup:upgrade $ php bin/magento setup:static-content:deploy $ php bin/magento cache:clean
-
Via composer
- Run command : composer require luma/module-campaignmonitor
- Deploy content
$ php bin/magento setup:upgrade $ php bin/magento setup:static-content:deploy $ php bin/magento cache:clean
Usage
- Register a Campaign Monitor account to get API key and ClientID
- Add your API key and ClientID to admin > Stores > Configuration > Campaign Monitor > General > API
Note
I haven't implemented all feature from Campaign Monitor to this module. I will improve it in future.