collective / collective.campaignmonitor

Campaign Monitor integration with Plone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

collective.campaignmonitor

https://travis-ci.com/collective/collective.campaignmonitor.svg?branch=master https://coveralls.io/repos/github/collective/collective.campaignmonitor/badge.svg?branch=master

Campaign Monitor integration in Plone.

Heavily based on collective.mailchimp by Timo Stollenwerk

Like collective.mailchimp this product provides a portlet and a view (@@cm-newsletter-subscribe) to let users subscribe to a newsletter.

The product provides a configuration control panel to let sites admins enter the Campaing Monitor API Key and select a customer, this way the available list of this customer will be selectable both in the subscribe form and in the portlet.

This product has been tested on Plone 5.1 and above.

Installation

Install collective.campaignmonitor by adding it to your buildout:

[buildout]

...

eggs =
    collective.campaignmonitor

and then running bin/buildout

Contribute

Support

If you are having issues, please let us know using GitHub issues.

License

The project is licensed under the GPLv2.

About

Campaign Monitor integration with Plone

License:GNU General Public License v2.0


Languages

Language:Python 98.3%Language:Shell 1.7%