How to make expiration notifications? #7023
-
NetBox versionv2.11.4 Feature typeNew functionality Proposed functionalityHello, I use NetBox for accounting of licenses too. Use caseNow I need to upload CSV file from NetBox every week - it`s uncomfortable. Database changesNo response External dependenciesNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@SaffronPolina |
Beta Was this translation helpful? Give feedback.
@SaffronPolina
As a work-around, you could use the netbox HTTP API to retrieve your licenses, check the expiration dates, and send you an email about it.
You could create a python script that would implement this logic quite easily I think.