No release in over a year
Knows how to send a new contact email, new contact Slack notification
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 6.0
>= 5.0
 Project Readme

OmbuLabs::Notifications

Source code for OmbuLabs notifications.

Usage

This gem can be used in any of our sites to send email and slack notifications. The aim of this gem is to simplify things when we need to update some code when something is broken in all of our sites.

There are some ENV variables in this gem that will need to be defined in any new site. You will also need to include a Contact model that had the following: email, email_sent_at, slack_notified_at, and id. You will also need an update_column method.

Installation

Add this line to your application's Gemfile:

gem 'ombu_labs-notifications'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ombu_labs-notifications

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.