I have one issue right now. I want to send the information which I receive from various steps in the artifact, to a specific mail address. It is usually a detailed info about the investigations dome by our SOC analysts, like title, severity, notes added onto the investigations, analyst mail id, name etc for each of the investigation. Now, I could send them as html in mail.
Does anyone of you know how can we convert the artifact content into pdf file and send that as an attachment?
It worked almost fine. But one issue I could see is that, if I have used formatting in my Markdown Artifact, and use artifact.content as an input in pdf generator step, the generated pdf will have those content as is, I mean if I formatted the artifact output to make some words as Bold(by using __ or **), instead of getting them in Bold I am seeing those asterick or underscore characters as well.
So, If you have any suggestions or know any workarounds on this, please help me with that.