diff --git a/lib/listeners/dbx.py b/lib/listeners/dbx.py index 1f91e3d..4f99a6b 100755 --- a/lib/listeners/dbx.py +++ b/lib/listeners/dbx.py @@ -111,6 +111,16 @@ class Listener: 'Description' : 'Hours for the agent to operate (09:00-17:00).', 'Required' : False, 'Value' : '' + }, + 'SlackToken' : { + 'Description' : 'Your SlackBot API token to communicate with your Slack instance.', + 'Required' : False, + 'Value' : '' + }, + 'SlackChannel' : { + 'Description' : 'The Slack channel or DM that notifications will be sent to.', + 'Required' : False, + 'Value' : '#general' } }