Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 276 Bytes

slack.md

File metadata and controls

18 lines (15 loc) · 276 Bytes

Slack Bulk Delivery Method

Send a Slack message to builk notify users in a channel.

Usage

class CommentNotification
  deliver_by :slackdo |config|
    config.url = "https://slack.com..."
    config.json = -> {
      {
        # ...
      }
    }
  end
end