Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
michielho
Partner - Contributor
Partner - Contributor

Qlik Automation failed reloads

Hi,

I want to send an e-mail only with the app names from the failed reloads from a specific day using Qlik Automation. Which blocks should i use for that? 

Kind regards,

Michiel 

Labels (3)
1 Solution

Accepted Solutions
Emile_Koslowski
Employee
Employee

Hi Michiel,

We have a template that sends Slack messages on finished reloads, "Notify your team on Slack on app reload finished webhook".

Emile_Koslowski_0-1649927253635.png

 

It already verifies whether the reload was successful or not, you could modify this for your scenario by swapping the Slack blocks with the Send Mail block from the Mail connector. More information on configuring the connection to the Send Mail block can be found here.

Please note that this is a webhook triggered automation that listens to reload finished events, this means you'll need to trigger a reload to execute the automation. (If you run the automation manually it'll use a test webhook payload with dummy data)

Kind regards,
Emile

View solution in original post

1 Reply
Emile_Koslowski
Employee
Employee

Hi Michiel,

We have a template that sends Slack messages on finished reloads, "Notify your team on Slack on app reload finished webhook".

Emile_Koslowski_0-1649927253635.png

 

It already verifies whether the reload was successful or not, you could modify this for your scenario by swapping the Slack blocks with the Send Mail block from the Mail connector. More information on configuring the connection to the Send Mail block can be found here.

Please note that this is a webhook triggered automation that listens to reload finished events, this means you'll need to trigger a reload to execute the automation. (If you run the automation manually it'll use a test webhook payload with dummy data)

Kind regards,
Emile