SOLVED

Re: Change Unsubscribe link for different emails

Go to solution
Nation150_Rizzo
Level 4

Change Unsubscribe link for different emails

I want to be able to use a different unsubsribe page for a specific email. Is this possible?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

Re: Change Unsubscribe link for different emails

Sure, just create a new unsub page and place the link into the footer of the email. The thing is the default will still get appended after that, so you'll have two unsub links.

So if you want to clear that up, you'll have to do a lot of setup:
  1. create the unsub pages you want
  2. create a footer snippet for each one (Alternatively, setup different Templates)
  3. once tested...
  4. you can remove the Admin > Email defaults. Be sure to save this code somewhere in case something happens. You can drop in a white dot into the html area.

View solution in original post

2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: Change Unsubscribe link for different emails

Sure, just create a new unsub page and place the link into the footer of the email. The thing is the default will still get appended after that, so you'll have two unsub links.

So if you want to clear that up, you'll have to do a lot of setup:
  1. create the unsub pages you want
  2. create a footer snippet for each one (Alternatively, setup different Templates)
  3. once tested...
  4. you can remove the Admin > Email defaults. Be sure to save this code somewhere in case something happens. You can drop in a white dot into the html area.
Nation150_Rizzo
Level 4

Re: Change Unsubscribe link for different emails

Thanks, I was hoping there was an easier way... it's only one email that needs this specific unsubscribe page.