Requirements - HTML email
Last updated: 25th March, 2020
Unsubscribe Link
Every email should contain an unsubscribe link, giving the recipient control over emails they receive. Therefore, emails are only considered valid in GoSquared if they include an unsubscribe link.
How to add an unsubscribe link
Include the following in your email:
<a href="{{unsubscribe_url}}">Unsubscribe</a>
In your plaintext version:
Unsubscribe: {{unsubscribe_url}}
{{unsubscribe_url}}
will automatically get converted to the correct URL when the email is sent.