I am including in the notification email template, a link with a couple of parameters built using merge tags.
eg. http://domain.com/page.php?a={merge tag}&b= ......
Is there a way to encode / obfuscate the parameters values? I tried using base64_encode({merge tag}) but realised php is not processed in the notification template.