Sonarr Webhook Integration
Set up a webhook in Sonarr to notify Aura when an episode file is upgraded. Aura will then automatically redownload the titlecards for upgraded episodes.
Setting Up the Webhook in Sonarr
- Open Sonarr and go to
Settings→Connect. - Click the
+button to add a new connection. - Select Webhook from the connection types.
-
Fill in the following details:
- Name:
Webhook - aura(or any name you prefer) - Notification Triggers:
Check:On File ImportOn File UpgradeOn Rename
- Webhook URL:
http://<AURA_HOST>:<AURA_PORT>/api/sonarr/webhook?library=4K%20Series- Replace
<AURA_HOST>with the hostname or IP address where Aura is running. - Replace
<AURA_PORT>with the port number for Aura. - Replace
4K%20Serieswith your library name (URL encode spaces/special characters).
- Replace
- Method:
POST - (Optional) Tags:
Configure if you want to limit the webhook to specific series tags.
- Name:
- Click Test to ensure the webhook works.
- Click Save to finalize setup.
Verifying the Integration
- Upgrade an episode file in Sonarr.
- Check Aura logs to confirm a request was received from Sonarr.
- Verify titlecards for the upgraded episode are redownloaded in the specified library.
- Note: Aura waits 15 seconds before processing the webhook to ensure Sonarr and your media server have completed file operations and updated file info.
- If successful, you should see updated titlecards in your library.
🎉 You have successfully set up Sonarr webhook integration with Aura!