Webhook notes

This commit is contained in:
Alfredo Cardigliano 2021-07-22 12:49:50 +02:00
parent 43a3227c67
commit 690da3e3dc
4 changed files with 23 additions and 7 deletions

View file

@ -0,0 +1,9 @@
--
-- (C) 2020 - ntop.org
--
return {
notification_webhook = "Notification Webhook",
sender_username = "Sender Username",
webhook_description = "Instructions:<ul><li>Create a new channel to be used for notifications<li>Create a Slack app from the <a href='https://api.slack.com/apps?new_app=1' target='_blank'>Slack API page</a><li>Activate Incoming Webhooks<li>Add a new Webhook and select the notifications channel<li>Copy the Webhook URL to <b>Notification Webhook</b></ul>"
}