Add missing slack token and slack channel options for dbx listener

websockets-multiuser
xorrior 2017-10-22 17:18:51 -04:00
parent 2c7d62593b
commit f629eb3e08
1 changed files with 10 additions and 0 deletions

View File

@ -111,6 +111,16 @@ class Listener:
'Description' : 'Hours for the agent to operate (09:00-17:00).', 'Description' : 'Hours for the agent to operate (09:00-17:00).',
'Required' : False, 'Required' : False,
'Value' : '' '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'
} }
} }