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

Multiple webhooks #804

Open
1 task done
FunnyPocketBook opened this issue Jun 10, 2024 · 4 comments
Open
1 task done

Multiple webhooks #804

FunnyPocketBook opened this issue Jun 10, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@FunnyPocketBook
Copy link

FunnyPocketBook commented Jun 10, 2024

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

  • I agree to follow Jellyseerr's Code of Conduct
@fallenbagel
Copy link
Owner

For your use case, you can definitely currently send to both (use gotify and ntfy).

Setup gotify notifications in settings > notifications > gotify and select notification type, request processing failed and request available

And in settings > notifications > webhook setup ntfy with "Request Processing Failed" and "Issue Reported".

@FunnyPocketBook
Copy link
Author

Okay, taking gotify and ntfy was a bad example. What if I want to use ntfy but with two different topics?

@fallenbagel
Copy link
Owner

fallenbagel commented Jun 10, 2024

Okay, taking gotify and ntfy was a bad example. What if I want to use ntfy but with two different topics?

Then yes that's a legit use case. So I recommend editing the feature request so it's clear 😉

@gauthier-th gauthier-th added the enhancement New feature or request label Jun 10, 2024
@gauthier-th gauthier-th changed the title [Feature Request] Multiple webhooks Multiple webhooks Sep 15, 2024
@muisje
Copy link

muisje commented Jan 30, 2025

I'm adding support for jellyseerr in subgen to transcribe(create a subtitle with whisper) when reporting an issue with the subtitle. I'm using the webhooks for that. Also overr-syncerr also uses the webhooks for that (where i got my inspiration from :))

So that also adds conflicts (for me) because only one uri can be set

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

4 participants