Notifications question #9650
Unanswered
LilTrublMakr
asked this question in
Q&A
Replies: 2 comments 2 replies
-
These are how NetBox currently displays any messages sent via Django's messages framework. So calling |
Beta Was this translation helpful? Give feedback.
2 replies
-
Besides Django's messages framework, So you could do something like const toast = new Toast(toastElement, { delay: 3000 });
toast.show(); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to create a popup/toast notification in Netbox using a Python script? I have done a little Googling and have only found native support for email notifications. If not, not a big deal since I can use Apprise.
These are the ones I am talking about:

Beta Was this translation helpful? Give feedback.
All reactions