camfindlay/apes
Composer 安装命令:
composer require camfindlay/apes
包简介
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.
README 文档
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
- Cam Findlay (cam@camfindlay.com)
- Shea Dawson (shea@livesource.co.nz)
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
统计信息
- 总下载量: 2.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-12-17