Mailchimp邮件插件

管理来自Redmine CRM中联系人和公司的MailChimp订阅者,可以在联系人或公司页面上预览Mailchimp用户数据。

现在订购
mailchimp.png

系统要求

Redmine 5.0 - 3.0
Ruby 3.1 - 1.9.3
数据库 SQLite, MySQL, PostgreSQL, SQL Server
操作系统 Linux, OS X, Windows
浏览器 Chrome, Safari, Internet Explorer and Firefox

产品定价

PRO Single-server

49

12 month updates & support

现在订购

PRO Multi-server

129

12 month updates & support

现在订购

Save up to 48% for all plugins

Full Stack Single-Server
14 PRO plugins bought separately: $3 436.00 – You pay $1799

现在订购

Installation

  1. Unzip it into ../plugins/. This would result in a directory-path like:
    ../plugins/redmine_crm_mailchimp/init.rb
  2. Install dependent ruby gems by following command:
    bundle install --without development test
    # Migrate database and copy assets by following command:
    bundle exec rake redmine:plugins NAME=redmine_crm_mailchimp RAILS_ENV=production
  3. You now need to restart Redmine so that it shows the newly installed plugin in the list of installed plugins ("Administration -> Plugins").
  4. Go to "Administration -> Plugins -> Redmine MailChimp plugin" and setup plugin global settings.

Setup

Your MailChimp account can be set up to communicate with Redmine on a per-instance basis. This means that you only need to set up the Integration once with your own account information, and then all your users will have access to the feature. To set up your MailChimp integration, please follow these steps:

1. Get API key

Log into your MailChimp account and navigate to Account Settings > Extras > API Keys.

2. Set API key

In another browser window, log into Redmine using an administrator account, then navigate to your Administration > MailChimp. Paste the key in the API Key text box, then press Apply button

3. Activate Mailchimp module

Navigate to your CRM project Settings > Modules and activate MailChimp module

Changelog

v.1.0.0 - 25 December 2014

  • Redmine 2.3 - 2.6 support
  • Initial release