add slack webhooks messaging (#5569)

* add slack webhooks messaging

Signed-off-by: si458 <simonsmith5521@gmail.com>

* remove my test slack incoming webhook

Signed-off-by: si458 <simonsmith5521@gmail.com>

---------

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith
2023-11-25 20:45:18 +00:00
committed by GitHub
parent 0a01c5d4e4
commit 5581f3ace8
6 changed files with 58 additions and 2 deletions

View File

@@ -3412,6 +3412,11 @@
"default": false,
"description": "Enabled CallMeBot integration support."
},
"slack": {
"type": "boolean",
"default": false,
"description": "Enabled Slack integration support."
},
"pushover": {
"type": "object",
"description": "Configure Pushover messaging system",