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