Skip to content

Support multiple notification agent instances #804

@YKPDang

Description

@YKPDang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions