-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I setup Notification for the events "onNewRequest " & "onSuccessfulDownload" with same settings everywhere. When I trigger these events, the "onNewRequest" delivers all information correctly. But "onSuccessfulDownload" forgets the property {eventUser} and leaves it blank. A few updates ago (sadly I don't know when exactly, around November maybe) it worked fine.
To Reproduce
Steps to reproduce the behavior:
- Setup both Notification Typs with the same body:
{
"title": "{eventType}",
"body": "{eventUser}
{bookTitle}
{bookAuthors}
{bookNarrators}"
}
- Send a Real notification
- watch logs/receive the webhook
Expected behavior
{eventUser} should deliver the User who requested the item, regardless of event type.
Deployment (please complete the following information):
v1.9.0
Screenshots
Logs
When I Request:
audiobookrequest | 2026-02-14 23:01:47 [info ] Sending notification body={'title': 'onNewRequest', 'body': 'Platypus\n Die große Hörspielbox von Mama Muh\n Jujja Wieslander\n Anja Niederfahrenhorst,Biggi Wanninger,Friederike Jandeleit,Gabriele Blum,Matthias Haase'} body_type=json event_type=onNewRequest headers={} url='https://correct.url'
audiobookrequest | 2026-02-14 23:01:47 [info ] Notification sent successfully response='{"error": null, "details": [["INFO", "2026-02-14 17:01:47,361", "Loaded 1 entries from memory://"], ["INFO", "2026-02-14 17:01:47,506", "Sent JSON POST notification."]]}' url='https://correct.url'
audiobookrequest | 2026-02-14 23:01:47 [info ] Notification sent successfully asin=B0DT4K2TFV url='https://correct.url'
When marked as downloaded:
audiobookrequest | 2026-02-14 23:02:24 [info ] Sending notification body={'title': 'onSuccessfulDownload', 'body': '{eventUser}\n Die große Hörspielbox von Mama Muh\n Jujja Wieslander\n Anja Niederfahrenhorst,Biggi Wanninger,Friederike Jandeleit,Gabriele Blum,Matthias Haase'} body_type=json event_type=onSuccessfulDownload headers={} url=' \thttps://correct.url'
audiobookrequest | 2026-02-14 23:02:24 [info ] Notification sent successfully response='{"error": null, "details": [["INFO", "2026-02-14 17:02:24,174", "Loaded 1 entries from memory://"], ["INFO", "2026-02-14 17:02:24,273", "Sent JSON POST notification."]]}' url=' \thttps://correct.url'
audiobookrequest | 2026-02-14 23:02:24 [info ] Notification sent successfully asin=B0DT4K2TFV url=' \thttps://correct.url'
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working