julialiff / ex_slack

Elixir lib to send messages to slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack

Elixir lib to send messages to Slack through a webhook or with an API token.

Installation

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

def deps do
  [
    {:slack, github: "julialiff/ex_slack"},
  ]
end

Setup

Follow the slack API docs to create your own app and retrieve your API keys and/or webhooks.

Add the following to your config.exs:

config :slack,
  token: "slack_api_token"

About

Elixir lib to send messages to slack


Languages

Language:Elixir 100.0%