Describe the bug
When a notification for the Event onNewRequest is triggered, the placeholder {bookASIN} is not beeing replaced by the ASIN of the requested book.
To Reproduce
Steps to reproduce the behavior:
- Create a new Notification for the Event
onNewRequest
- Put
{bookASIN} in the body
- Request a book to trigger the notification
- Notification body includes the string "{bookASIN}" instead of the actual ASIN
Deployment:
- Version: nightly:b81443d
- How is ABR deployed: Unraid Docker
Logs
2026-05-25 05:00:00 [info ] Added new audiobook request asin=B08G9PRS1K username=yo**i
INFO 10.0.1.214:52008 - "POST /request/hx-add/B08G9PRS1K HTTP/1.1" 200
2026-05-25 05:00:00 [info ] Sending notification body={bookASIN} body_type=text event_type=onNewRequest headers={} url=http://192.168.0.197:1880/endpoint/xyz
2026-05-25 05:00:00 [info ] Individual notification sent successfully response={bookASIN} url=http://192.168.0.197:1880/endpoint/xyz
Describe the bug
When a notification for the Event
onNewRequestis triggered, the placeholder{bookASIN}is not beeing replaced by the ASIN of the requested book.To Reproduce
Steps to reproduce the behavior:
onNewRequest{bookASIN}in the bodyDeployment:
Logs