-
-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Problem or Use Case
I'd like to be able to send pinging notifications (specifically on Discord notifications) to certain groups for certain messages.. Basically, in my workflow, I handle most errors, but anybody in the household can clear a build plate... I'd like to be able to ping the different groups in Discord messages, depending on the message type. Maybe even having custom Content... It would also be nice to be able to attach an image of the build plate at the end of jobs to the message (it looks possible with the httpx python and some simple code from the discord webhook guide at https://birdie0.github.io/discord-webhooks-guide/tools/python.html#sending-attachments )
Proposed Solution
I don't know if file based templates, or SQL based templates would be best. I also don't know what template system would be best for it (for example jinga2 or something already built in).
Alternatives Considered
Right now I just have notifications turned on for every message in that channel.. which is kinda annoying.
Feature Category
Notifications
Priority
Nice to have
Mockups or Examples
No response
Contribution
- I would be willing to help implement this feature
Checklist
- I have searched existing issues to ensure this feature hasn't already been requested