Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
We manage a Qlik Cloud environment that spans numerous tenants, with a maintenance team of several people.
Our requirement is: we want the entire maintenance team to be automatically notified by mail whenever an application reload fails, regardless of the space.
Currently, the only method we know of is manual and individual: each team member must go into the settings of each space and personally subscribe to the failure notifications.
This solution doesn't seem "industrial" at all. It's time-consuming and error-prone (if we forget a space, or when a new colleague joins, everything has to be redone).
So my question is: does a centralized solution exist in Qlik Cloud to manage this? For example, a tenant-level rule that would notify a specific user group for all reload failures?
Ideally, we are looking for a solution that doesn't require developing custom scripts via the API. (However, if the API is the only viable option, I am also interested in hearing your experiences with it).
Thanks in advance for your advice!
Hi @herard_bertrand that can be achieved via Automate.
Here's an article on how to send the results to a Teams channel, but you can replace the final block with an email notifications one.
If you want to list all failures, just don't add any space to the filter.
Hi @herard_bertrand that can be achieved via Automate.
Here's an article on how to send the results to a Teams channel, but you can replace the final block with an email notifications one.
If you want to list all failures, just don't add any space to the filter.
Thanks 👍 😃