sismics / play-mailchimp

This module adds MailChimp support to Play! Framework 1 applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release License

play-mailchimp plugin

This plugin adds MailChimp support to Play! Framework 1 applications.

How to use

Add the dependency to your dependencies.yml file

require:
    - mailchimp -> mailchimp 1.5.0

repositories:
    - sismicsNexusRaw:
        type: http
        artifact: "https://nexus.sismics.com/repository/sismics/[module]-[revision].zip"
        contains:
            - mailchimp -> *

Run the play deps command

Add the configuration to application.conf

mailchimp.mock=false
mailchimp.apiKey=API_KEY
mailchimp.listId=LIST_ID # Get it from https://us1.api.mailchimp.com/playground/

License

This software is released under the terms of the Apache License, Version 2.0. See LICENSE for more information or see https://opensource.org/licenses/Apache-2.0.

About

This module adds MailChimp support to Play! Framework 1 applications.

License:Apache License 2.0


Languages

Language:Java 90.6%Language:Python 9.4%