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
⚠️ Please verify that this feature request has NOT been suggested before.
I checked and didn't find similar feature request
🏷️ Feature Request Type
New Notification
🔖 Feature description
Not exactly a new notifications, but would nice to have more customization for the notifications that are already avaible
✔️ Solution
for example on the discord notifications you could add a optional text input where you can put the message JSON, with some placeholder like
{
"content": "{{ping}} will resolve in the monitor ping",
"embeds": [{
"description": "{{url}} will resolve to monitor url",
"title": "{{status}} will resolve to up/down based on the status of the monitor etc."
}]
}
if the json is correct use it, if the jsoon has some errors or is empty, use the default one (which may be the one that's hard-coded rn)
something like that also for all other apps currently avaible that allow some kind of customization which is limited cause of the hard-coded messages
❓ Alternatives
Currently only way avaible is to edit the hard-coded messages, but would require to change each one on every update so isn't the best way
📝 Additional Context
this would also include #4242 and #1793 since the user could just remove the {{url}} to hide ip & port for example
The text was updated successfully, but these errors were encountered:
🏷️ Feature Request Type
New Notification
🔖 Feature description
Not exactly a new notifications, but would nice to have more customization for the notifications that are already avaible
✔️ Solution
for example on the discord notifications you could add a optional text input where you can put the message JSON, with some placeholder like
if the json is correct use it, if the jsoon has some errors or is empty, use the default one (which may be the one that's hard-coded rn)
something like that also for all other apps currently avaible that allow some kind of customization which is limited cause of the hard-coded messages
❓ Alternatives
Currently only way avaible is to edit the hard-coded messages, but would require to change each one on every update so isn't the best way
📝 Additional Context
this would also include #4242 and #1793 since the user could just remove the
{{url}}
to hide ip & port for exampleThe text was updated successfully, but these errors were encountered: