Hello Forum
Today I´m doing fine tuning to one of my automation by adding a mechanism that sends emails based on specific events. What Im trying to achieve is that when an error is caught the information is stored in a “Create HTML Content Activity” and then the output is later input into the Body of a “Send Email” Activity. In a very simple manner, it would be something like this
Fisrt I create the content and then I use the content to send a Email. I try using the HTML type of body for the Send Email so it supposedly translates the HTML from the activity “Create HTML” to the text. But I kept receiving the information in HTML format, no matter if I use the HTML or Text Body type in the “Send Email”
So now I start thinking that maybe is not possible to combine this logic, and is not possible to create a dynamic body for my email through this logic? Hopefully, I´m doing something wrong.
Thank you very much for your attention.