Hi, I'm a little bit lost about how manage the third party unsubscription. I have my external landing page for unsuscbribe profiles (info.myexternalunsub.com/Email-Preference-Center.html?&optout=true).
So, I will create the message template in a journey and add "External opt out" type in Unsubscribe link
Then I can't understand the Subscription API Call, where and when the API call will be triggered? As the final unsubscription landing page (info.myexternalunsub.com/Email-Preference-Center.html?&optout=true) is hosted in an external tool I can't change anything there, neither the green unsubscribe button or the checkbox.
Here info.myexternalunsub.com/Email-Preference-Center.html?&optout=true template
Here I can see profile need to add its email so maybe third party tool will make all the work, matching email with opt out behavior but not sure about it.
So please if you can guide me step by step the API part and where that endpoint goes and so on as I can't understand very well the doc (https://experienceleague.adobe.com/docs/journey-optimizer/using/email/email-opt-out.html?lang=en#opt...).
Thanks!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Silvio6,
As mentioned in the documentation link, the unsubscription API call needs to be made by the external landing page.
The external landing page needs to read the URL parameters pid and params to make an API call to AEP to revoke the email consent when the customer clicks the Unsubscribe button.
As mentioned in this trial, these parameters are added to the URL in run time.
Hope this clarifies.
Views
Replies
Total Likes
Hello @Silvio6
The external platform with the preference form will do the API call when a customer submits the form.
Since you don't have access to modify this external landing page if is better to look for other options.
Views
Replies
Total Likes
Hi @Silvio6,
As mentioned in the documentation link, the unsubscription API call needs to be made by the external landing page.
The external landing page needs to read the URL parameters pid and params to make an API call to AEP to revoke the email consent when the customer clicks the Unsubscribe button.
As mentioned in this trial, these parameters are added to the URL in run time.
Hope this clarifies.
Views
Replies
Total Likes