Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
KingsleyJH
Partner - Contributor III
Partner - Contributor III

How to send Dashboard as an image to MS Teams in QS SAAS

Hi.

 

Is it possible to loop through all the sheets in a QS SAAS app, export it as an image and then send via teams?

 

I can only see an option for PDFs but it would be nice to have it sent as an image instead.

 

Many thanks

 

Labels (5)
14 Replies
MikkoL
Contributor II
Contributor II

Seems to be working. Thank you!

paulcalvet
Partner - Specialist
Partner - Specialist

Hello,

With this code, I achieve to store the image on OneDrive or S3. But how did you send this image with the teams connector ?

Thanks for your help.

..qlikcloud.com/api/v1/sharing-tasks/{monitorinhubid}/executions/latest/files/image-small?status=successful via the open file HTTP block. 
You need to pass two headers with HTTP block.
API key -- > Bearer {Your api key}
Content-Type --> image/png
+ set encoding to base64

rlesage
Partner - Contributor III
Partner - Contributor III

Hi

First you want to encode the image to a base64 string with the Base64 encode function:
https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_QlikAutomation/working-with-...

Next, you can use this tutorial to send the image to teams
https://community.qlik.com/t5/Qlik-Application-Automation/How-to-use-the-quot-Send-structured-messag...

Beware that the API endpoint of  monitor in hub snapshots is not a publicly supported API endpoint by Qlik (check on qlik.dev). Therefore, it could be that Qlik stops supporting this over time as it "competes" with their reporting API solution (which is limited by your license).

paulcalvet
Partner - Specialist
Partner - Specialist

hahah it's a good joke !

paulcalvet
Partner - Specialist
Partner - Specialist

Hello @MikkoL 

Can you share your automation ?

I try to encode the image as base64 but it doesn't work

paulcalvet_0-1712907850204.png

in the log, it says that the base64 field is empty...

paulcalvet_1-1712911078345.png

I don't understand what the block want.

Can you help me ?

Thanks