Attachment and Template Mail Path
Hello Citizens!
How can I show a attachment (for example, a png) in a html body template email?
I already have the template and all the workflow structure with a funcional fileUpload variable.
But when I try to show the file accessing the path where the file should be, the image dosn’t exist.
Problably Im facing an simple path error and dont know how to find that.
The path that I’m trying to access is ${baseUrl/rest/2.0/attachments/attachmentId/file}
Im also using a Cloud version.
Second Question:
I’m trying to use the sendMails() method of com.collibra.dgc.workflow.api.bean.WorkflowMail interface.
One of the parameters is the mail template. Where I can upload my customized mail template? Saw something about this into the console settings, called “template map” but dont realized how this work.
Thanks in advance.