cancel
Showing results for 
Search instead for 
Did you mean: 

CDC Update profile from link in Emarys mail

dschattenberg
Explorer
0 Kudos

Hi all,

I'm struggling with the following scenario:

From emarsys mails are send and in this mail a (CDC) link should be added to update your profile (manage subscribtions and privacy statements). How do I configure this scenario?

I assume this link (in the mail) will navigate me to an CDC screen to put in your mail address and then navigate to the profile screen.

kind regards,

Daan

131295
Explorer
0 Kudos

Hello Daan,

I actually have a similar question.

Did you find any answers on this topic?

On our side, we have added the one link unsubscribe API in CDC with 2 parameters: SubscriptionID (the division- stable parameter) and the email ID (dynamic parameter).

Now the question is: How can configure the dynamic email parameter in Emarsys?

Thanks,

Guillaume

Accepted Solutions (0)

Answers (1)

Answers (1)

samuelyang
Product and Topic Expert
Product and Topic Expert

Hi dschattenberg

From an implementation point of view, the link you add to your emarsys email is usually your own application or page, e.g., https://profile.mydomain.com/update, you may host your application or page on SAP CDC as hosted pages though. And from your own application or page, you integration with SAP CDC via API, WebSDK or server SDK, etc. The most straightforward approach is you can add the SAP CDC update profile screen-set to your application page via the WebSDK.

For how to implement the CDC WebSDK and screen-set, you may refer to the LJ Exploring SAP Customer Data Cloud Essentials and play with the feature in the practice system Hands-on Practice for SAP Customer Data Cloud Implementation Training

Hope that helps 🙂