simpleweb/silverpops

Name: silverpops

Owner: Simpleweb

Description: Gem for basic silverpop integration

Created: 2015-05-21 16:28:36.0

Updated: 2015-05-21 16:30:47.0

Pushed: 2015-05-22 09:52:58.0

Homepage: null

Size: 128

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Silverpop is a mailing campaign manager provided by IBM.

This very simple gem was built to do two things:

1) Check if customers exist on a list (table)

2) Subscribe customers to a list (table)

To use the gem you must configure it like:

Silverpops.configure do |config|
  config.username = ENV['USERNAME']
  config.password = ENV['PASSWORD']
end

To run the tests, create a .env file in the root of the project like:

username=<YOUR_USERNAME>
password=<YOUR_PASSWORD>

You can run the specs on save with

guard

or run them manually with

bundle exec rspec

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.