Mailchimp

by Gisle Hannemyr

The Mailchimp project provides bridge modules to integrate a Drupal website with the Mailchimp service.

Table of contents

Drupal projects discussed in this chapter: Mailchimp.

Introduction

This project provides integration with the Mailchimp service, via the Mailchimp API.

The Mailchimp main module provides all of the API integration functionality, and the ability to add your Mailchimp API key and configure a few options. But it doesn't do much alone. The other features provided by the project are broken out into the following sub-modules:

Installing and enabling the module

Install as you would normally install a contributed Drupal module. See: Installing modules in the community documentation for further information.

To install with composer:

$ composer require 'drupal/mailchimp:^2.0'
$ drush en mailchimp

All dependencies should be installed by composer.

Configuration

[TBA]

https://drupal.stackexchange.com/questions/170018/how-to-create-signup-form-with-mailchimp-module/272631

Final word

[TBA]


Last update: 2021-05-14 [gh].