Skip to content

Implement WebHooks #5

@Valefant

Description

@Valefant

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions