@dsevo/modules-notification-slack
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@dsevo/modules-notification-slack", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Send notifications to a Slack channel", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
module.exports = { | ||
webhookUrl: { | ||
label: 'WebHook URL', | ||
description: 'URL to WebHook in order to send message to Slack', | ||
type: 'string', | ||
default: '', | ||
description: 'URL to WebHook in order to send message to Slack' | ||
}, | ||
channel: { | ||
label: 'Channel', | ||
description: "Channel to send notifications to", | ||
type: 'string', | ||
default: '#general', | ||
description: "Channel name" | ||
} | ||
} |
712
24