-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
To provide further customization for the user, we want to implement WebHooks.
They could then be used to connect with 3rd party services for instance.
Describe the solution you'd like
As different services require different formats for the payload, the service and the webhook url are tied together. Therefore a new entity called WeHook
should be created with the following properties.
- url
- serviceName
When an emergency occurs, a POST request should be sent to the associated WebHook.
Additional context
In further issues we could create templates for 3rd party services like Discord etc. which then can be selected via an interface.
pwilken
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request