Download the PHP package camfindlay/apes without Composer
On this page you can find all versions of the php package camfindlay/apes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download camfindlay/apes
More information about camfindlay/apes
Files in camfindlay/apes
Package apes
Short Description 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.
License BSD-3-Clause
Informations about the package apes
Automated Provision for Email Services (APES) Module
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
- Cam Findlay ([email protected])
- Shea Dawson ([email protected])
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
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
All versions of apes with dependencies
silverstripe/cms Version ~3.1
mailchimp/mailchimp Version 2.0.*@stable