[Request] Ability to call a HTTP Webhook on Config Change
Posted: Thu Mar 09, 2023 2:22 pm
Hi there,
as I've seen there are many request regarding slack, teams, discord. In general I would like to have an option to just call a webhook / rest-api if a config change is detected. Like we currently send the "configuration change" e-mail it would be awesome to just call a webservice with the information.
Maybe simple with Get parameters (maybe not really ideal), but easy one:
http://webhook.com/?notification=change ... HTML=<html.....
or to put the variables as a put request, within a json string or so.
With that we could use the notification in most Apps that support Webhooks or we can build ourself
Kind regards,
Constantin
as I've seen there are many request regarding slack, teams, discord. In general I would like to have an option to just call a webhook / rest-api if a config change is detected. Like we currently send the "configuration change" e-mail it would be awesome to just call a webservice with the information.
Maybe simple with Get parameters (maybe not really ideal), but easy one:
http://webhook.com/?notification=change ... HTML=<html.....
or to put the variables as a put request, within a json string or so.
With that we could use the notification in most Apps that support Webhooks or we can build ourself

Kind regards,
Constantin