SOLVED

Re: Automatic Unsubscribe

Go to solution
Anonymous
Not applicable

Automatic Unsubscribe

Is it possible to have a link in an email, that when clicked automatically unsubscribes a person, without first taking them to a form?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Beth_Holine
Level 2

Re: Automatic Unsubscribe

If you create a smart campaign with the smart list being clicks link in email (with the link you would like to unsubscribe someone) and then the flow change data value unsubscribe = true, you should be able to achieve this. 🙂

View solution in original post

3 REPLIES 3
Beth_Holine
Level 2

Re: Automatic Unsubscribe

If you create a smart campaign with the smart list being clicks link in email (with the link you would like to unsubscribe someone) and then the flow change data value unsubscribe = true, you should be able to achieve this. 🙂
Anonymous
Not applicable

Re: Automatic Unsubscribe

Jason,

I believe it is possible, but you might have to write some custom JavaScript for it to be a 100% thing. Tracking "clicks email" or "visits web page" works most of the time, but it's not a sure thing as some people may have cookies turned off, etc.
Josh_Hill13
Level 10 - Champion Alumni

Re: Automatic Unsubscribe

I personally would only put this on a Unsubscribe Now link.

But I'd also be reluctant to rely totally on this method because the link could break or not come with the token necessary to identify the lead.