Slack

Documentation can be found at https://hexdocs.pm/slack.

Usage

You will need an authorization token. See The great slack docs for help.

In you config.exs:

config :ex_slack, :token, "xoxb-2REDACTED588-tiUCREDACTEDx7sREDACTED"

HTTP API

See the HTTP RPC api docs

Websocket API

See the real time messaging api docs

Installation

Package can be installed by adding slack to your list of dependencies in mix.exs:

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