I am trying to make a double opt-in flow where I get the customers in through the Adobe-IO API so my thoughts are:
- Create the customer profile through the Adobe-IO API
- Trigger the Opt-In Event in ACS I created
- Event sends a transactional email
- customer presses the Subscribe link in the email
- customer is added to the Service Newsletter
- customer is sent to a confirmation landing page
When I create a test case where I send the optin email to myself then I am not added to the Service when I press the subscribe link
The landing page I arrive at when I press the link is the acquisition landing page with the web form, instead I would like to end up at the Confirmation landing page
I have been following different scenarios among others this one:
https://helpx.adobe.com/campaign/standard/channels/using/setting-up-a-double-opt-in-process.html
And I’ve read some forum discussions :
https://forums.adobe.com/thread/2365555
Is the above feasible?