cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the gigya-privacy-screen ( via Hosted Page) via an Email Service Provider?

dschattenberg
Explorer
0 Kudos
441

Hi Experts,

In CDC the customer profile (Lite and Full registration) the opt-ins and privacy statements are stored. Via CDC you have the possibility to update your profile. This is a screen-set in CDC. This screen-set I have added to an hosted-page.

For all the outgoing mails we are using an Email Service Provider that sents these marketing mails. In this mail we would like to have an unsubscribe link that navigate to the screen-set in CDC, so Full and Lite users can maintain there preference.

How can this be setup so I have a redirect URL that triggers from a Email Service Provider to the hosted page in CDC, so Full and Lite users can maintain there preference?

Kind regards,

Daan

Accepted Solutions (0)

Answers (1)

Answers (1)

olehi941
Active Participant
0 Kudos

Hi Daan,

Have you tried to use a combination of Hosted Pages and Magic Link?

Assuming that we configured Hosted Page with gigya-privacy-screen and got a Development URL, like https://000000000000.eu1.my.gigya-ext.com/pages/privacy(I've replaced real numbers with 0s)

After that, you need to navigate to the left Side Bar menu -> Identity -> Security -> Authentication, select Magic Link Configuration and put a link that leads to Hosted Page into Landing Page URL.

After that, you should call accounts.auth.magiclink.email.send REST API with your email and see the pretty following response:

{
  "callId": "oooo0000oooo0000oooo0000oooo0000",
  "errorCode": 0,
  "apiVersion": 2,
  "statusCode": 200,
  "statusReason": "OK",
  "time": "2023-07-26T12:46:32.591Z",
  "vToken": "st2.s.OOOOoooo.sc3",
  "code": "000000",
  "magicLink": "https://000000000000.eu1.my.gigya-ext.com/pages/privacy?gig_actions=magicLink&gig_i_vToken=st2.s.OOOOoooo.sc3&gig_i_code=000000"
}

After you navigate the link, you will be redirected directly to the Hosted Page URL Link(that embeds your gigya-privacy-screen) with the possibility to see/change your Opt-Ins/Outs, etc. In other words whatever you configured on gigya-privacy-screen(screenshot attached).

So, in your Email Service Provide you need to include this link and it should work.
If this flow meets your requirements it leaves only to understand how to disable sending this email from CDC(I assume you don't need it from both CDC and your ESP), correct?

Hope it helped you.