You are not logged in.
Pages: 1
We are evaluating GLPI as our internal asset management tool and it's not clear for us, how to cover the following case: we want GLPI to send email to user whenever any asset is assigned to them.
As I understand, email notifications are not meant to work with assets out of the box.
Is there a way to implement this use case with GLPI?
We are even fine with some kind of web hook, which will be triggered once the asset has been changed. The only requirement is that should be "push"-organized. It's not ok for us to use "pulls", i.e. constantly fetch assets info and check if they were changed.
Thanks.
Offline
There is no notification for for assets being updated, nor is there an event in the notification system for it.
Outgoing Webhooks will be coming in GLPI 11 but you would only have access to the new data and there is no trigger specific to changing the assigned user (only for any updates).
The best way to handle it would be to create a custom plugin that registers a new notification type and listens with the item_update hook.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Pages: 1