You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow user to enter which channel the Slack integration should post to. This is a matter of adding a field to the Connections configuration for Slack on the front end and adding a "channel": "#other-channel" override to the JSON payload on the backend.
Other Information
Currently a custom webhook must be configured solely for Radarr so that alerts get pushed to the correct channel. Other apps allow you to specify which channel they get posted to, so the webhook can be used for multiple services, which then post to their respective channels.
Feature Request
What problem are you looking to solve?
Allow user to enter which channel the Slack integration should post to. This is a matter of adding a field to the Connections configuration for Slack on the front end and adding a
"channel": "#other-channel"
override to the JSON payload on the backend.Other Information
Currently a custom webhook must be configured solely for Radarr so that alerts get pushed to the correct channel. Other apps allow you to specify which channel they get posted to, so the webhook can be used for multiple services, which then post to their respective channels.
Also requested in Sonarr.
The text was updated successfully, but these errors were encountered: