You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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>";

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!