Vulcan/packages/telescope-newsletter
2015-10-28 10:27:10 +09:00
..
.npm/package update html-to-text npm package 2015-09-03 11:42:17 +09:00
i18n fix i18n syntax; add i18n files to pretender package 2015-10-26 10:10:05 +09:00
lib add CSS class to comment list + small tweaks 2015-10-14 10:24:10 +09:00
.gitignore bringing packages back into core repo after all 2015-04-22 07:50:11 +09:00
.versions bringing packages back into core repo after all 2015-04-22 07:50:11 +09:00
History.md bringing packages back into core repo after all 2015-04-22 07:50:11 +09:00
package-tap.i18n bringing packages back into core repo after all 2015-04-22 07:50:11 +09:00
package.js version 0.25.5 2015-10-28 10:27:10 +09:00
README.md bringing packages back into core repo after all 2015-04-22 07:50:11 +09:00
scss.json add nesting level class to menu item 2015-09-12 16:14:26 +09:00

Telescope Newsletter

This package schedules an automatic newsletter digest.

Newsletter

Install

  1. mrt add telescope-newsletter.
  2. Go to the Telescope settings page and add your MailChimp API key and List ID.

Dependencies

Settings

  • Show Banner:
  • MailChimp API Key:
  • MailChimp List ID:
  • Newsletter Frequency: Choose from every day, three times a week, and once a week. Note that changes to this setting require you to restart your app to take effect.
  • Posts Per Newsletter: how many posts each newsletter should contain.

Note that for this package to work properly, you'll also need to fill in the Default Email setting.

How It Works

The package works with MailChimp, which means you'll need to fill in an API key and List ID in your Telescope app's settings panel.

Every x days, it builds a digest consisting of the top y items posted in the past x days that haven't yet been sent out in a newsletter.

It then creates a campaign in MailChimp and schedules it to be sent out one hour later, and sends you a confirmation email (to give you some time to check that everything looks good).

Test Routes

If you want to preview your email templates, you can do so at the following routes:

(Replace http://localhost:3000 with your app's URL)

Newsletter Sign-Up Banner

This package also includes a newsletter sign-up banner that uses the MailChimp API to add people to your list.

Newsletter Banner