jellyseerr icon indicating copy to clipboard operation
jellyseerr copied to clipboard

Multiple webhooks

Open FunnyPocketBook opened this issue 8 months ago • 4 comments

Description

I would like to specify multiple webhooks to push different events to multiple channels. Right now it is only possible to define one webhook. Even when using something like webhook, if different events should be sent to different channels, one would have to parse the payload before forwarding it to the right channel.

So technically it is possible to push different events to multiple channels, but right now it is a big hassle combined with setting up another service. Supporting multiple webhooks would make this process a lot easier.

Desired Behavior

An example of what I want to achieve:

  • Send "Request Processing Failed" and "Request Available" to ntfy with topic "topic1"
  • Send "Request Processing Failed" and "Issue Reported" to ntfy with topic "topic2"

Right now, I can only choose one of the two. I would like to be able to specify multiple webhooks with different notification types and webhook URLs.

Additional Context

No response

Code of Conduct

  • [X] I agree to follow Jellyseerr's Code of Conduct

FunnyPocketBook avatar Jun 10 '24 09:06 FunnyPocketBook