Hi Everyone,
We are using the default templates for workflows and tasks emails located at /etc/workflow/notification/email/default and /etc/workflow/notification/email/tasks. What we are facing issue with is getting the url to our assets being displayed properly so the users can be redirected to them. Our assets have spaces in their names so ${host.prefix}${payload.path.open} returns this for example http://localhost:4502/assetdetails.html/content/dam/msi-dam/admin/LPAVNPRAGRE1224 Single F Product Scan.tif.
Is there a way we can encode the payload path as url and get it as http://localhost:4502/assetdetails.html/content/dam/msi-dam/admin/LPAVNPRAGRE1224%20Single%20F%20Product%20Scan.tif for example?
Thank you very much,
Bobby
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
${payload.path.open} is already encoded for pages but not for assets. Not sure why is it not encoded for assets.
You may try to send email using custom process step, where you can customise urls based on your requirement.
Views
Replies
Total Likes
Were you able to find a solution to this? I'm having the same issue.
Views
Replies
Total Likes
Arun Patidar any Help here?
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies