📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Popular Module Stable v2.0.15

Emarsys Marketing Platform Integration

emartech/emarsys-magento2-extension

Integrates Magento 2 with the Emarsys marketing platform. Enables features like customer and order data synchronization, and web behavior tracking.

266,640
Downloads
Above average
13
GitHub Stars
Below average
7mo ago
Last Release
7
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

Coding Standard
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v2.0.15 on Magento 2.4.8-p3
Dec 30, 2025

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Emarsys Marketing Platform Integration Magento compatibility status badge

README

Loaded from GitHub

For development environment information refer to dev README.

Magento2 integration for the Emarsys Marketing Platform installation guide

  1. Composer install the package

    $ composer require emartech/emarsys-magento2-extension
    
  2. Run Magento setup to install the module

    $ bin/magento setup:upgrade
    
  3. Get your connect token

    The connect token contains a token for Magento webapi and your current hostname, so that we can send requests to your instance.

    To get your token, navigate to Stores > Configuration page in your Magento admin, expand the Emarsys panel on the left side and click Connect. Your token will be displayed in a textarea, copy that string.

  4. Connect your Emarsys account

    Navigate to Emarsys Suite, from the top menu choose Add-ons and click the Magento 2 menu item.

    On the settings page click Connect, paste your connect token and click the Connect button.

    Next, you have to click the Stores button. Your store and website data will be loaded, so first choose the Magento website you want to connect with your Emarsys account. A list of the stores on the website will be populated, choose any of the stores you want to connect. You may change the Slug field for something meaningful for you (please keep the slug format, no spaces, special characters, etc). Click the Connect button.

  5. Turn on the features

    Now you can start turning on the provided features. Note that some features and depending on each other, so for example you will not be able to turn on Orders until the initial Customers upload is finished.

    Also note, that if your store does not use the Magento provided frontend, the Web behavior tracking feature will not work. You will have to implement tracking as described here.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.