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
Is your feature request related to a problem? Please describe.
As a user relying on NFTY for sending notifications, if I want to use it with my Obico instance, I can only send a defined message that isn't dynamic.
Describe the solution you'd like
As a user, when I set up my webhook I would like to be able to add dynamic values so I could have personalised notifications sent based on the related matter.
For example: https://ntfy.sh/topic/send?message={$OBICO-MESSAGE}&title={$OBICO-TITLE}&priority=3&tags=bell
Whereas for this example if the Benchy print is ready :
$OBICO-TITLE = Print Ready
$OBICO-MESSAGE = Your Benchy is ready
Or the print Benchy started:
$OBICO-TITLE = Print Started
$OBICO-MESSAGE = Benchy print in progress ETA 1:20PM
We could see more variables available to the user in order to customise as much as possible, like:
Printer Name
AI Watch Status
File Name
Describe alternatives you've considered
None at the current stage
Additional context
NTFY is not the only notification system we can see for this context, Gotify could also be another option.
iOS users that are self-hosting don't have access to print progress notifications. Webhooks could be the solution to bring such alerts to those users.
We could see the same as the Discord notification, where the difference lies in the ability to structure in a certain manner the messages.
The text was updated successfully, but these errors were encountered:
Thanks Kenneth for your quick reply.
Yes totally works for me, I mentioned NTFY as I’m using it personally. If it works with any Webhook, that’s would be awesome! We can then see later if other people see other variables or use cases 😉.
Cheers !
Is this feature under development? I've made a basic plugins working with NTFY, I could pursue it more if you guys require specific features / variables
Is this feature under development? I've made a basic plugins working with NTFY, I could pursue it more if you guys require specific features / variables
Is your feature request related to a problem? Please describe.
As a user relying on NFTY for sending notifications, if I want to use it with my Obico instance, I can only send a defined message that isn't dynamic.
Describe the solution you'd like
As a user, when I set up my webhook I would like to be able to add dynamic values so I could have personalised notifications sent based on the related matter.
For example:
https://ntfy.sh/topic/send?message={$OBICO-MESSAGE}&title={$OBICO-TITLE}&priority=3&tags=bell
Whereas for this example if the
Benchy
print is ready :Or the print
Benchy
started:We could see more variables available to the user in order to customise as much as possible, like:
Describe alternatives you've considered
None at the current stage
Additional context
NTFY is not the only notification system we can see for this context, Gotify could also be another option.
iOS users that are self-hosting don't have access to print progress notifications. Webhooks could be the solution to bring such alerts to those users.
We could see the same as the Discord notification, where the difference lies in the ability to structure in a certain manner the messages.
The text was updated successfully, but these errors were encountered: