Hi folks! I have a challenge where I need to create a PDF report from an analysis and send it by email, I’m using SMTP.
I was able to configure the module to send the PDF report attached. However, I’m trying to include the content of this PDF in the email's content as an image. Normally I would be able to create a python code that allows me to get the data from PDF, but unfortanely is not possible to use any program language inside an action flow.
According to this documentation, https://docs.celonis.com/en/email--action-flow-.html it’s possible to use the content_ID to include the content of PDF report as an image inside the HTML content, but I cannot find any example that explain how to achieved this.
Does anyone know how to do that, pls?