You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.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.
The text was updated successfully, but these errors were encountered: