The Automated Provision of Email Services (APES) module will allow you to set up an automated sync mechanism between the SilverStripe Member DataObject and MailChimp.

Installs: 2 580

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 0

Forks: 14

Open Issues: 8

Type:silverstripe-module

1.2.0 2016-08-26 03:47 UTC

This package is auto-updated.

Last update: 2024-04-04 11:44:01 UTC


README

The APES module will allow you to set up an automated sync mechanism between the Member object and a 3rd party mail service such as MailChimp.

When a Member logs in and changes details about themselves (object properties attached to the Member object) these will be pushed to the 3rd party mail service to make sure when performing mail-outs you always have the most up to date information to run segmentation on.

Maintainer Contacts

Requirements

  • SilverStripe 3.1
  • Mailchimp PHP API Wrapper 2.0
  • API credentials (MailChimp API Key and List ID)

Project Links

##Usage

Install with composer

composer require camfindlay/apes 1.0.x-dev

Setup the following in your _ss_environment.php

define('SS_MAILCHIMP_API_KEY', 'abcabcabcabcabcabc-ab5');
define('SS_MAILCHIMP_LIST_ID', 'a3298473984');

APES automates the process of setting up custom variables stored in third party email services and makes use of their APIs

You can choose which Member object properties are sync'd even if you have decorated your Member object with additional information i.e. address, phone numbers etc

License

See LICENSE