Qlik Sense Task Automation and Email Notification Setup with REST API Monitoring
I am looking to create tasks that load sections in Qlik Sense and subsequently send email notifications in case any of these tasks fail or are aborted. I came across the documentation at https://help.qlik.com/en-US/alerting/October2021/Content/QlikAlerting/Home.htmand discovered that I can use a REST API to obtain the status of tasks, which can be one of the following 12 statuses:
NeverStarted
Triggered
Started
Queued
AbortInitiated
Aborting
Aborted
FinishedSuccess
FinishedFail
Skipped
Retry
Error
Reset
Could you please guide me on how to implement this workflow effectively within Qlik Sense, considering the mentioned statuses and the use of the REST API?