Skip to content

A utility for logging messages to slack and email through vertx

Notifications You must be signed in to change notification settings

miqdigital/notification-utils

Repository files navigation

notification-utils

Build Status Codacy Badge Codacy Badge

How to use in an existing project

# clone the repo
git clone [email protected]:MediaIQ/notification-utils.git

# publish artifacts locally
sbt publishLocal

Refer to sample-service project

Travis CI Integration

Encrypting slack notifier
travis encrypt "<token>" --add notifications.slack
Encrypting environment variables
travis encrypt CODACY_PROJECT_TOKEN=<codacy-project-token> --add env

travis encrypt SLACK_WEBHOOK=<slack-webhook-url> --add env
travis encrypt SLACK_BOT_TOKEN=<slack-bot-token> --add env
travis encrypt SLACK_CHANNEL_ID=<sender-email-token> --add env
travis encrypt SLACK_USER_EMAIL=<sender-email-token> --add env

travis encrypt SENDER_EMAIL=<sender-email> --add env
travis encrypt SENDER_EMAIL_TOKEN=<sender-email-token> --add env

About

A utility for logging messages to slack and email through vertx

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages