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?