-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple notifications using same connection details #954
Comments
Ideally there would be a clone/duplicate button for a notification. #887 is working on implementing them for Monitors, and I see little reason the same cant be done for Notifications. |
I think your solution isn't a good design. Being able to duplicate the Notification Type object is perfectly fine, I think that should be a separate issue. However, keeping the same connection details and then only modifying To, CC is problematic for the following reasons.
Instead I suggest the following. Allow the creation of a Notification Service object that can be attached to Notification Types and utilize the Notification Service object's connection details. This would be beneficial for SMTP or SMS types, especially if you need to roll API keys for these services as it would be a single change versus going to each Notification Type object. If you change the Notification Service object, it applies to all Notification Types linked to it. See #1850 |
Ahh, yeah that might be a better system for achieving that I didn't think about at the time of creation of this feature request. That way items like the core connection details stay the same while having multiple notification types (like a single SMTP connection, but that has multiple SMTP notifications or parameters for different monitors). You can close this one if #1850 is similar to this and achieves what you're proposing for its solution. |
I think so, but I would want more comments and feedback; there might be something I'm missing.
I don't know what should be done to get this feature request considered and implemented. I'm open to whatever, so I don't have to copy and paste for new notification-type objects. I think you should get credit for being the first to suggest this, I just came along and articulated it further and different. @CommanderStorm what's the best way forward here? |
Sharing notification settings between multiple notification providers would take a major overhaul of the system. If somebody wants to look into this we would be greatly appreciated. |
I agree; it would be a major overhaul and could be done in the future. For now, a stop-gap solution is the cloning of notification-type objects. |
🏷️ Feature Request Type
UI Feature
🔖 Feature description
When creating notification types, most of the time I need to create multiple notifications that need to go over to specific users and/or teams but using the same base details (for example, an email SMTP notification using the same connection details but with different TO, CC, BCC and Subject lines). This is important to ensure that everything uses the same connection details (for example email SMTP) but the rest of the information is different.
✔️ Solution
Having a button to allow for the creation of multiple notification connections to be created using the same connection details but we can change the message, subject and sender details, would make it easier for certain types of notifications to be sent to different teams based on what applications or servers they are running and managing.
❓ Alternatives
No response
📝 Additional Context
The text was updated successfully, but these errors were encountered: