View Source README

Actions status

Table of Contents:

installation

Installation

If available in Hex, the package can be installed by adding notifiex to your list of dependencies in mix.exs:

def deps do
  [
    {:notifiex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/notifiex.

usage

Usage

Here is an example on how Notifiex sends a Slack message:

> Notifiex.send(:slack, %{text: "Notifiex is cool! 🚀", channel: "general"},  %{token: "SECRET"})

providers

Providers

Notifiex currently supports these providers:

  • [x] Slack
  • [ ] Discord

license

License

Notifiex is licensed under the MIT License.