Important Update
Looking for the Latest Documentation?
We've moved our documentation to a new home! Visit our official docs site for the most up-to-date guides, API references, and tutorials. The below docs are like old and out of date.
How can I add an unsubscribe url?
All emails must contain an unsubscribe link when they are sent by Bento. We'll enforce it at the last stage of sending a broadcast.
Do add an unsubscribe link just add the following liquid to your emails.
{{ visitor.unsubscribe_url | hyperlink: "Unsubscribe" }}
{{ visitor.unsubscribe_url | button: "Unsubscribe" }}
Or manually create a link with {{ visitor.unsubscribe_url }} as the URL.