How to get the dynamic token from _transaction_approve_link and _transaction_reject_link
Hello Team,
We need to customize the email approval response as per the business requirement. In the approval email we need to show the approve and reject links as images.
To achieve this i am using Advanced email notification and written the below code. Here images are coming in the email but if we click the images links are not working.
Advanced Email Notification Template:
approveLink=_transaction_approve_link;
rejectLink=_transaction_reject_link;
str = "";
str = str + "<html><body><table>";
str = str + "<tr></td>Hi " + _transaction_next_approver + ",</br></td> </tr>";
str = str + "<tr></td>Could you please approve the transaction " + bs_id +"</br></td> </tr>";
Tagged:
0