Thanks VipulI followed the session.Write to update the flag.I have a question in regards to the unsubscribe. if the user is unsubscribed why the delivery is still sending emails? I used the unsubscribe method for the preference center so the recepient unsubscribe but when I send the delivery to th...
Thanks Vipul for the quick response.Once I extend the schema then in the preference center I use the javascript to update the field right?//optinif(ctx.vars.PREF=='IN'){ var recipient = <recipient _key="@id" id={ctx.recipient.@id}/>;nms.subscription.Subscribe("outPromotional", recipient, false);}//F...
HI has anyone build a preference center with different email frequency setup? my requirements Is build a preference center where the users will be able to choose how frequently will receive emails? is this something build on campaign to just set the values?Any help or example would be greatly apprec...
Hi florentlbno the issue hasnt been resolved yet. Adobe support is trying to extend the recepient schema to add an email field with uppercase value which doesnt solve our problem. "If you want to store the values in certain way, you can certainly extend the table (in this case, the recipient table)...
I am good with Rest api call. One question that I have and I need sugesstion: from the performace Standpoint how AC handle multiple calls to rest apis from a Javascript task? I will need to make around 20,000 calls to pass different productno/zipcodes to get data back and store in Schema?thanks
Thanks VipulI am trying following that . I cannot find on the documentation whats available for me to parse the HTTP Client Object so I can write the data back to a table. does anyone has an example? I got this code here but I get only the [Object httpClientReponse]var http = new HttpClientRequest("...
HIhave anyone done rest api call from workflow to get the data and store on a custom Schema? I need to pull some information from an API on weekly bases and store on a custom Data schema that I have created . The Campaign instance is on Cloudthanks
Thanks JSI have opened a case with Adobe as I am not sure how it allow to have records with upper case and lower case. All I know that one of the system is sending uppercase emails but I assume that Adobe should convert to lowercase automatically when saving. I am afraid that even I cleanup I will e...
HI JSthis is hosted on Cloud so No I dont have access to the database . the database its postgress SQL. So according to your answer we should ask support to change the Collation setting ti case insensitive right?thanks
HI we have mixed case email address stored on the recipient table. on the blacklist table ( nms:Address) the emails are all lower case. when we try to build a workflow the join is not filtering what there since they dont match the case. Any suggestion on how we can handle this:? can this be done by ...