Skip to content

Instantly share code, notes, and snippets.

@gioiab
Created April 8, 2016 16:54
Show Gist options
  • Save gioiab/a3bebd9135b7254be936aff4ca94f519 to your computer and use it in GitHub Desktop.
Save gioiab/a3bebd9135b7254be936aff4ca94f519 to your computer and use it in GitHub Desktop.
Measurence Engineering Blog - Sending a message with the slack-poster gem
poster = Slack::Poster.new(ENV['SLACK_HOOK'])
message = { text: "Hello slack!" }
poster.send_message(message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment