Skip to content

Anonymize Request #624

Closed Answered by Fallenbagel
kevsestrella asked this question in Q&A
Jan 14, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi, I'd like to remove the 'Requested By' on the notifications, for example, in discord. How can this be done?

You can use the webhook agent for that.
Discord json payload templating with jellyseerr variables should be good.

Heres an example:

{
    "avatar_url": "https://github.com/Fallenbagel/jellyseerr/blob/develop/public/os_logo_square.png?raw=true",
    "username": "Jellyseerr",
    "embeds": [
        {
            "color": 1127128,
            "title": "{{notification_type}}",
            "description":"{{subject}}\n\n{{message}}\n\nStatus: {{media_status}}\n\nRequest Id: {{request_id}}",
            "thumbnail": {
                "url": "{{image}}"
              },
            "f…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kevsestrella
Comment options

Answer selected by kevsestrella
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants