mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:55 -05:00
[Enhancement]: Webhook support #1201
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf-advplyr#1201
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IgnisDa on GitHub (Jun 19, 2023).
Describe the feature/enhancement
Would love a webhook feature. Some events that I think would be great for starting off:
Thank you for this project!
@NF8C commented on GitHub (Oct 18, 2023):
I had no problem using "notification" to place a webhook call. If they expand the types of notifications available it should work pretty well for most use cases. I just put the following in the Apprise API URL.
json://{IP address}:{port}{endpoint}
Home Assistant example:
json://{IP address}:8123/api/webhook/{webhook ID}
@IgnisDa commented on GitHub (Oct 18, 2023):
@NF8C wdym by notifications?
@NF8C commented on GitHub (Oct 19, 2023):
Settings >> Notifications
Then click create. "The Apprise URL(s)" is the URL of the webhook in the following format.
json://{IP address}:{port}{endpoint}
json is the most commonly used webhook format I'm aware of. There is no need to run an Apprise server if you want to use webhooks. Ideally we just need an expansion of the supported "Notification Events". Currently it only supports two triggers(AKA: "Notification Event").
Ideally some more triggers such as the following would be added to the current notification system.
https://api.audiobookshelf.org/#get-notification-settings
https://github.com/caronc/apprise-api
@IgnisDa commented on GitHub (Oct 19, 2023):
thanks!
@BruschettaKnight commented on GitHub (Aug 27, 2024):
Just wanted to +1 this, I would also love notification for new audiobooks added to library.
@epipenRX commented on GitHub (Jun 30, 2025):
also want to +1 this
i have an announcements page in discord when media is added to my jellyfin server and would like to have the same for audiobookshelf