I created a custom preference center, and I’d like people who click “Unsubscribe” in the email’s footer to go to this new custom hosted page to either 1) change the email preferences 2) completely unsubscribe.
How do I go about testing the new page?
Meaning, I want to send myself an email campaign, click on unsubscribe, and play around with the preferences. How do I get the unsubsribe link to point towards the new preference center page?
You can use the manage preferences tag in a button or image block. The difference is instead of using {% manage_preferences %} you would use {% manage_preferences_link %}in the URL section of the image or button block. This will re-direct them to the manage preferences page.