简体   繁体   中英

Azure Logic app for newsletter downloading

Hello I am currently stuck with problem with logic app.

Task: I need to access email and if there a newsletter then i need to download it into the data lake as a pdf file so that i can use this pdf for further tasks.

Newsletter which is received looks as the below link:

时事通讯附件示例,(https://github.com/InterNations/antwort)

Currently, I can open the email. But i am not sure whether to save those newsletter links and create separate logic app/functions app to open link and save it as PDF.

逻辑应用流程

Thank you in advance

After reproducing from our end, we could able to achieve your requirement using 3rd party connector action called Convert HTML to PDF of plumsail connector. You just need to log in to plumsail and create an API (which doesn't cost anything) in order to create the connection. Then save the resultant pdf to your blob.

Considering the same sample as yours here is the mail that we will be receiving.

在此处输入图像描述

Here is my logic app flow:-

在此处输入图像描述

Result:

在此处输入图像描述

In my storage account

在此处输入图像描述

In my local machine after downloading

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM