Unsubscribe Links...

Tim Ventura

Member
Is there a way to create an unsubscribe link that works regardless of what list a user is in? I separated the list into sublists instead of segmenting it (because it was said that it's faster, plus its easier to manage).

However, when somebody joins our programs as a customer, I have our CRM setup to automatically unsubscribe them from the app - it does an HTTP post to the unsubscribe link, using their email. Won't work if I need 10 different links, one for each sublist...
 
Won't work if I need 10 different links, one for each sublist...
Yeah but one could just create a .php script and send the unsub request to that script and that script in turn can unsubscribe from all lists. That's the only way for now...
 
Back
Top