So I don’t know that API Q&A is the correct place for this but because we will be using the API to trigger the emails in question I am going to place it here (if there is a better place let me know).
Right now we are using custom Action Sets in order to send three individual Opt-In links — that are used in three separate Double Opt-In emails. Inside our email templates we reference (for instance):
~OptIn_9~`
My question is:
Can we some how add an additional URL parameter to the opt-in link — without breaking the Opt-In link itself?
Obviously something like this won’t work:
~OptIn_9~?custom=parameter
Since the Opt-In link renders the entire HTML tag (as opposed to just the URL required) it doesn’t seem possible — but it would be incredibly helpful in our current project if it were. Any creative ideas are welcome!