0

I have a scenario where they have to pass data to Marketing Cloud via API, so I created an API call that allows me to insert records into a DE, in the following JSON:

{
   "items": [{
      "Nome":"Bobby",
      "Email" : "[email protected]",
      "SubKey": "23456"
   },
   {
      "Nome":"Sam",
      "Email" : "[email protected]",
      "SubKey": "23476"
   }]
}

The client would like to have the Email Field as Encrypt Field. How is it possible through the API call to pass this encrypted field to Marketing Cloud?

2
  • 1
    Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Sep 10, 2021 at 14:31
  • 1
    There's no in-flight encryption/decryption of payload by the API. help.salesforce.com/s/… <-- this is your best option out of the box. Educate your client on this. Commented Sep 10, 2021 at 16:44

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.