I am trying to alter the text of the global unsubscribe to include a recipient’s email address. Therefore, I tried inserting the email address token, but the value passed was ${lead.vEMAIL_ADDRESS_80178}? instead of the recipient’s email address.
Is it just not possible to use tokens within the global unsubscribe text? Maybe it is treating it like a token within a token due to the system unsubscribe token?
Thanks Josh. I was able to add the text using the method you described.
However, I was also hoping to have a link to survey that asks them why they are unsubscribing. To link the survey results, I'm using the email address token within an href tag. The email address value does not seem to be passing to my survey. Any idea?