Both tokens add an unsubscribe option to your email. You can use either, depending on your design needs.
[[unsubscribe_link]] automatically creates a clickable “Unsubscribe” link, while [[unsubscribe_url]] provides the raw URL for custom HTML or button designs.
| Token | What it does | When to use |
|---|---|---|
[[unsubscribe_link]] |
Automatically generates a clickable “Unsubscribe” link. | Use for most standard templates where a ready link is fine. |
[[unsubscribe_url]] |
Outputs the raw unsubscribe URL (e.g., https://...), which you can place inside your own HTML. |
Use when customizing your link text, button, or language. |
[[unsubscribe_link]] for simplicity and automatic linking.[[unsubscribe_url]] for advanced designs or localization.Thanks for reading!
[[unsubscribe_link]]
<p>Prefer fewer emails? <a href="[[unsubscribe_url]]">Unsubscribe here</a></p>
<a href="[[unsubscribe_url]]" class="btn btn-primary">Unsubscribe</a>
To stop receiving these, open this link: [[unsubscribe_url]]
[[unsubscribe_link]] and [[unsubscribe_url]].No. [[unsubscribe_link]] always uses a standard clickable text. To customize the wording, use [[unsubscribe_url]].
Yes. Insert [[unsubscribe_link]] directly or wrap [[unsubscribe_url]] in your own HTML anywhere you want.
Updated: October 31, 2025
If you can't find the answers you're looking for, our support specialists are available to answer your questions and troubleshoot if necessary.