Notify on failed test #167
Answered
by
amyasnikov
automate-this
asked this question in
Q&A
|
First of all, thanks for the work on this plugin. Is there any possibility to nofity via mail when a test fails? Or can I check compliance percentage via API? |
Answered by
amyasnikov
Jun 17, 2025
Replies: 1 comment 1 reply
|
Hi, you may be interested in webhooks feature. It's specifically designed by NetBox authors to notify external systems when some event occurs. In particular you may provision a webhook which will be called each time a report is generated. More info: https://validity.readthedocs.io/en/latest/features/webhooks/ Email notifications are not implemented because NetBox does not implement them. |
1 reply
Answer selected by
automate-this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you may be interested in webhooks feature. It's specifically designed by NetBox authors to notify external systems when some event occurs.
In particular you may provision a webhook which will be called each time a report is generated. More info: https://validity.readthedocs.io/en/latest/features/webhooks/
Email notifications are not implemented because NetBox does not implement them.