SlackWebhook
Sends simple messages to Slack channel using webhook API.
Usage
Register new integration here: https://my.slack.com/services/new/incoming-webhook/ You will receive Webhook URL similar to https://hooks.slack.com/services/*/*/*
Add dependency in
mix.exs.Add Webhook URL to your application configuration.
config :slack_webhook, :url, "https://hooks.slack.com/services/*/*/*"
Send message.
SlackWebhook.send "lorem ipsum"