Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement WebHooks #5

Open
Valefant opened this issue Nov 22, 2018 · 0 comments
Open

Implement WebHooks #5

Valefant opened this issue Nov 22, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@Valefant
Copy link
Member

Valefant commented Nov 22, 2018

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.

@Valefant Valefant added the enhancement New feature or request label Nov 22, 2018
@Valefant Valefant self-assigned this Feb 7, 2019
@Valefant Valefant removed their assignment Mar 16, 2019
@Valefant Valefant changed the title Implement Webhooks Implement WebHooks Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant