Overview:
When the account clicks the unsubscribe link in the email, the unsubscribe page does not work as designed in the UNSUBSCRIBE_OPTION_HTML Veeva Message.
Root Cause:
The unsubscribe token is used in the email template with the parameter below:
{{unsubscribe_product_link[,EmailUnsubscribe]}}
This token does not refer to the UNSUBSCRIBE_OPTION_HTML Veeva Message. It refers to the Unsubscribe_vod object record with the unsubscribe identifier EmailUnsubscribe.
Solution:
There are two ways to let the unsubscribe page work as designed:
- Modify the unsubscribe token used in the email template as shown below to let the unsubscribe page refer to UNSUBSCRIBE_OPTION_HTML Veeva Message:
{{unsubscribe_product_link}}
- Click the Unsubscribes tab to modify the Unsubscribe_vod object record with the unsubscribe identifier EmailUnsubscribe according to the UNSUBSCRIBE_OPTION_HTML Veeva Message.
Related Documentation:
N/A
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you