When contacts receive emails, they can view it online on the browser and also unsubscribe from emails.
To generate these two links, you need to use specific tokens :
- {webview_text} or {webview_url} to see the email on the browser,
- {unsubscribe_text} or {unsubscribe_url} to unsubscribe.
How these tokens work ?
{webview_text} and {unsubscribe_text} are easy to use. Just insert it on the email builder (or code mode) by writing directly the token.
When emails are sent, tokens are generated as a text. Then contacts can click on it to view it online or unsubscribe. You can change the default text in the settings.
To do so :
- Click on the wheel logo in top right corner to display the settings.
- Click on "Configuration".
- Then click on "Emails settings".
- "Message settings" section allows to modify the default text for the {webview_text} token.
- "Unsubscribe settings" section allows to modify the default text for the{unsubscribe_text} token.
The second way to customize the text is to use the {webview_url} and {unsubscribe_url} tokens.
- Directly in the email builder (or code mode), write the customize text and add a link by using the token.
Comments
0 comments
Please sign in to leave a comment.