Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aldryn/aldryn-mailchimp

Integrate Mailchimp into django CMS and Aldryn projects
https://github.com/aldryn/aldryn-mailchimp

Last synced: about 2 months ago
JSON representation

Integrate Mailchimp into django CMS and Aldryn projects

Awesome Lists containing this project

README

        

################
Aldryn MailChimp
################

Aldryn MailChimp is the easiest way to integrate MailChimp into
`Aldryn `_ and `django CMS `_ sites.

With Aldryn MailChimp you can:

- Allow users to subscribe to mailing lists
- Displays existing campaigns

To activate MailChimp integration:

- provide an ``API Key`` while installing an app
- create an CMS page for hooking the app (navigate to
``Advanced Settings -> Application`` on CMS edit page)

When all above is done, you can add MailChimp integration plugins to
placeholders.

===============================
Categories + Automatic Matching
===============================

Version 0.2.4 introduced categories with automatic matching. You can define
categories and add keywords to those categories to automatically sort synced
campaigns into categories. You can define priorities for both campaigns and
their keywords.

++++++++
Matching
++++++++

Once the campaigns have been fetched, the automatic matcher will go through all
categories (starting from the top as defined in
``/admin/aldryn_mailchimp/category/``) and scan each campaign for the defined
keywords. You can specify keywords to be searched in any or multiple of the
following three:

- campaign title
- campaign subject
- campaign content

Once a match is found, the search for the current campaign will be stopped, the
found category will be assigned to the campaign and the matcher will then
continue with the next campaign.