Is there documentation for custom HTML emails, specifically code or tags to use for unsubscrobe, view as a web page etc? I want to add those in to my HTML not add them in the admin area. | Community
Skip to main content
December 3, 2013
Solved

Is there documentation for custom HTML emails, specifically code or tags to use for unsubscrobe, view as a web page etc? I want to add those in to my HTML not add them in the admin area.

  • December 3, 2013
  • 2 replies
  • 914 views
I'm creating custom HTML and was wondering if there is documenation on the tags or code used for personalization, unsubscribe, view as a web page, etc. I want to have the unsubscribe and view as a web page in my template not added in through the admin area.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
The system tokens {{system.unsubscribeLink:default=}} and {{system.viewAsWebpageLink:default=}} may meet the requirements.

2 replies

Accepted solution
December 3, 2013
The system tokens {{system.unsubscribeLink:default=}} and {{system.viewAsWebpageLink:default=}} may meet the requirements.
December 3, 2013
Tokens http://community.marketo.com/MarketoArticle?id=kA050000000LBvaCAG and System Tokens http://community.marketo.com/MarketoArticle?id=kA050000000LB9WCAW

Thanks, this is what Iw as looking for.