zucchi/silverchimp

Simple MailChimp Integration for SilverStripe

Installs: 332

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 4

Forks: 7

Open Issues: 4

Type:silverstripe-module

dev-master 2015-08-02 13:53 UTC

This package is not auto-updated.

Last update: 2024-04-08 23:35:00 UTC


README

Introduction

A simple integration with MailChimp allowing you to create a Subscribe to newsletter page.

This was created to allow simple mailing list subscription and allowing you to utilise MailChimps own form/merge fields.

Maintainer Contact

Requirements

  • Silverstripe 3.1 or newer

Installation

  • Copy the 'SilverChimp' directory into your main SilverStripe webroot
  • run /dev/build?flush=all
  • Add your MailChimp API key to the settings tab found under at /admin/settings/

Usage

You should now be able to create a new "Silver Chimp Subscription Page". On the "Chimp Settings" tab you can now select the list you wish to add the subscriber to. When selecting a list and saving you will be able to review the fields that have been set up in MailChimps own system on the "Chimp Fields" tab. Should you wish to manage the fields used for the mailing list you must do so from your MailChimp account.

Todo

  • Add support for groups
  • Add widget
  • implement unsubscribe functionality