Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
basiliscus edited this page Sep 24, 2012 · 51 revisions

Ecwid-mailchimp provides access to MailChimp API v1.3 methods from Java code.

Refer to the javadoc pages to learn how to use Ecwid-mailchimp.

Currently Ecwid-mailchimp itself has wrappers for a limited number of MailChimp API methods only. However, it is very easy to extend the API and add support for any method you need.


Ecwid-mailchimp is accessible as maven artifact, just add the following dependency declaration to your pom:

<dependency>
    <groupId>com.ecwid</groupId>
    <artifactId>ecwid-mailchimp</artifactId>
    <version>1.3.0.2</version>
</dependency>
Clone this wiki locally