Hi All,
I have a requirement to customize the email which does out in the 'download' flow.
Following is the documentation I have followed to get this far but I am not able to achieve what I want:
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/assets/manage/download-asse...
Currently the email displays the file name (via zipFileName property) but I also want to display URL of the asset as well.
Now, it does have a field in the email template called $downloadurl but that is not the actual path to the asset in AEM - which is what I want.
In a normal scenario, I would extend the class responsible in the backend and add a new property and display it via the email template.
However, it looks the class (com.adobe.cq.dam.download.impl.email.EmailDownloadArtifactsProcess), which is responsible for this, is restricted and not part of the cloud manager sdk hence I am not able to find a way to override it.
Without extending that class, I am not able to think of a way to achieve this.
Any help in this direction will be greatly appreciated!
Thanks,
-Firoz Khan