- Have never been messaged before, in which case they will be considered subscribed. The newsletter will be able to be sent to these users.
- Have been messaged before and have not been marked as unsubscribed. The newsletter will be sent to these users.
- Have been messaged before and are marked as unsubscribed. The newsletter will not be sent to these users.
Unsubscribing a user via the UI
Users can be unsubscribed in one of two ways:- A user can click an unsubscribe link in a newsletter, automatically unsubscribing them.
- You can unsubscribe a user by visiting Profiles , selecting a user profile and then selecting Unsubscribe in the actions menu.
Unsubscribing a user via the API
Users can be programmatically unsubscribed through our API, allowing for automated subscription management. Read our developer docsUnsubscribing a list of users via CSV
Currently only available in the Vero 1.0 UI It’s possible to unsubscribe multiple users at once using our tags feature. Vero reserves a tag calledunsubscribed which will unsubscribe the user when applied. So to unsubscribe a large list of users, you can import a CSV of users with a tags column that includes the unsubscribed tag. Read more about this feature

