ravenx_chat

Ravenx strategy to send Hangouts Chat notifications adapted from ravenx_slack

Installation

The package can be installed as simply as adding ravenx and ravenx_chat to your list of dependencies in mix.exs:

  def deps do
    [
      {:ravenx, "~> 2.0"},
      {:ravenx_chat, "~> 0.1"}
    ]
  end

Configuration

To enable this strategy, just specify it in your ravenx configuration:

config :ravenx,
  strategies: [
    chat: Ravenx.Strategy.Chat
  ]

Available configuration

The module can be configured as mentioned in Ravenx's README with the following variables:

Payload

Refer to the official documentation for message formats