Giter VIP home page Giter VIP logo

yesmail2's Introduction

yesmail2

Ruby an a very unopinionated wrapper for v2 of the yesmail api. It contains support for the the following modules:

  • Subscribers API
  • Emails API
  • Tickets API
  • Reference-Data API
  • Target Lists API

For more information for what these do and how to use this gem, view the original yesmail documentation. From there, everything will explain itself. http://developer.yesmail.com/yesmail-api-overview

Setup

To use Yesmail2, you need to configure the gem with your your api user and api key. Yesmail's documentation isn't obvious on what these are, but what I've seen your api user should look like a username, and your api key should look like a long string of letters numbers.

In rails, you'd put the following code in an initializer.

Yesmail2.config.api_user = '{{ your api user }}'
Yesmail2.config.api_key = '{{ your api key }}'

# Configure custom log levels
if Rails.env.development? || Rails.env.test?
  Yesmail2.config.logger = Logger.new(STDOUT).tap {|x| x.level = Logger::INFO }
else
  Yesmail2.config.logger = Rails.logger
end

License

Released under the MIT license

yesmail2's People

Contributors

eremzeit avatar tcollier avatar ryanscott avatar eremzeit-bloop-bloop avatar yez avatar

Stargazers

 avatar lactose avatar

Watchers

Josh Lubaway avatar Rick Dillon avatar Chris Vukicevich avatar  avatar Takashi M avatar Justin Richard avatar Angel Irizarry avatar Adam Derewecki avatar Wes Hunt avatar Saeed Ezzati avatar Jake Moffatt avatar Jason Zhao avatar Chris Lexmond avatar Matt Nemenman avatar Judd Blair avatar James Cloos avatar Ben Kempner avatar  avatar  avatar Peter Wicks avatar Andy Kim avatar Robin Keller avatar Yuval Gnessin avatar Krishna Kalpathy avatar  avatar  avatar Evan Dancer avatar Henning Post avatar Daniele Freitas avatar Stephanie Ho avatar Will Long avatar Ben Chodos avatar Carlos Cárcamo avatar Steven Buccini avatar Leighton Wallace avatar Paulo Rebelo avatar  avatar  avatar Pranav Bhatt avatar  avatar  avatar Miralina Stewart avatar Alex Lee avatar  avatar Fernando Soria avatar  avatar Gavin Li avatar Anoop Nimkar avatar Laura Poss avatar Simon Sanchez avatar Hermes Sanchez  avatar Austin Thiel avatar Moe Mosaad avatar  avatar  avatar Tony Schaffert avatar  avatar

Forkers

autolist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.