Mailchimp for Magento 2

In stock
SKU
Mailchimp for Magento 2
$0.00
Magento Version

Get a FREE Mailchimp account NOW

Connect your Magento 2 store with Mailchimp to create targeted campaigns, win back inactive customers, automate helpful follow-ups, recommend products, and make more money.

Need support?

More than 12 million people and e-commerce businesses all over the world use MailChimp. Our features and integrations allow you to send marketing emails, automated messages, and targeted campaigns. And our detailed reports help you keep improving over time and making more money.

When you connect your Magento store with a MailChimp account, you can create targeted campaigns, automate helpful product follow-ups, and recommend products that your customers will love. And when you send customer and order data to MailChimp from your Magento store, you break down data silos between platforms and make your workflow more efficient and lucrative.

Included features with MailChimp for Magento 2


  • Send personalized product recommendations to individual customers in just a few clicks.
  • Follow up with, delight, and re-engage your customers using our preset customer lifecycle automation workflows.
  • Create targeted campaigns that get the right messages in front of the right customers at the right time.
  • Monitor our robust campaign reports to measure ROI, see what’s working, and learn how you can get better.
More Information
Supported Magento versions CE v2.1, Commerce v2.1, Commerce v2.2.2, Commerce v2.3, Open source v2.2.2, Open source v2.3.0, Open source v2.3.1, Open source v2.3.2, Open source v2.3.3, Open source v2.2.0
Installation Directions

Installation via composer:

For this you don't need to download the package from the store at all, you just need to run the following command and it will install both the module and the Mailchimp library automatically, this is the most recommended way.

composer require mailchimp/mc-magento2

Upgrade Magento with the setup command:

bin/magento setup:upgrade

Semi-manual installation:

Create the directory

mkdir -p app/code/Ebizmarts/MailChimp

Inside the downloaded package, you will find a directory named mc-magento2-x.x.xx, you must extract the contents of that directory in app/code/Ebizmarts/MailChimp

You must now install the Mailchimp library, this must be done via composer, for this from a text terminal go to the Magento root directory and run the following command:

composer require ebizmarts/mailchimp-lib

Upgrade Magento with the setup command:

bin/magento setup:upgrade