I have a question about this way of unsubscribing.
The unsubscribing works fine with auto actions, however I have a connection with an external system which also needs to know when a user is unsubscribed.
I can do this by making a link or redirect and adding "?unsubscribe_confirmed=1" behind it. I just don't know how to make this happen when a user unsubscribes.
When taking the steps it should be in the following order
1) User ticks the unsubscribe box on his profile and presses 'edit'
2) The ?unsubscribe_confirmed=1 needs to be used to tell the external database that the currently still logged in user has been unsubscribed
3) The auto action will set the confirmed field to 0
I noticed that the auto action doesn't log the user out, so maybe I can use that somehow.
Can I use an auto-action that adds/runs ?unsubscribe_confirmed=1 somehow in the background before it sets the confirmed field to 0?