How can I send an attachment via email which is generated from the application in one flow?

0
Hello everyone,   I'm working on a feature for our application and could use some guidance. We're looking to implement a functionality where users  generate Word document template directly from the application and automatically send it as an email attachment to a designated recipient.   Could you please advise on the best approach to send the email with generated document?     Thanks and Regards, Yogeshwar
asked
1 answers
0

Hi Yogeshwar,

you will have below microflow in your email module in which you have to pass your email object and file documentlist(attachments) , this microflow contains java action which we copy content from attachment to email.

attaching the screenshot for same.

image.png

Hope it helps!

answered