Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aldryn/aldryn-mailchimp
- Owner: aldryn
- License: other
- Archived: true
- Created: 2013-06-06T14:10:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T13:57:17.000Z (almost 7 years ago)
- Last Synced: 2024-05-12T19:46:20.023Z (8 months ago)
- Language: Python
- Homepage: http://www.aldryn.com/en/marketplace/aldryn-mailchimp/
- Size: 65.4 KB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-django-cms - aldryn-mailchimp - MailChimp integration (Add-ons)
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 campaignsTo 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 contentOnce 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.