fuutur/module-campaignmonitor

Module campaignmonitor for Magento2

Installs: 554

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 1

Type:magento2-module

2.0.1 2023-12-22 07:55 UTC

This package is auto-updated.

Last update: 2024-04-22 08:44:01 UTC


README

The connector between Magento2 and CampaignMonitor (https://www.campaignmonitor.com/)

Install

  1. Via Github

    • Clone code from repository
    • Copy content in folder src to your_installation_folder/app/code/Fuutur/Campaignmonitor
    • Run these commands
    $ php bin/magento setup:upgrade 
    $ php bin/magento setup:static-content:deploy
    $ php bin/magento cache:clean
    
  2. Via composer

    • Run command : composer require fuutur/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 API from Campaign Monitor to this module. All requests are welcome to improve this module.