slack] Add support for blocks
@@ -1,7 +1,7 @@
module Agents
class SlackAgent < Agent
DEFAULT_USERNAME = 'Huginn'
- ALLOWED_PARAMS = ['channel', 'username', 'unfurl_links', 'attachments']
+ ALLOWED_PARAMS = ['channel', 'username', 'unfurl_links', 'attachments', 'blocks']
can_dry_run!
cannot_be_scheduled!