See the link for setup instructions. Then in ruby:
conn = Faraday.new(your_slack_webhook_url) conn.post do |req| req.headers['Content-Type'] = 'application/json' req.body = { text: 'Hello World!' }.to_json end
Empty! You must sign in to add comments.
None
Comments
Empty! You must sign in to add comments.