Question
How to Optin One click optin Again
When we use one click unsubscribe as channel, i see the below value is modified.
"idSpecific": {
"Email": {
"abce@hotmail.com": {
"marketing": {
"email": {
"val": "n",
"time": "2025-08-21T03:35:23.983335Z"
}How do we modify this value to n to y. So that user can optin again. I tried landing page identity based email optout. but it is not updating the above value instead it created using identity value like the below.
"CompKey": {
"1234": {
"marketing": {
"email": {
"val": "y",
"time": "2025-08-28T02:41:55.421381Z"Please suggest