Hello, I am hosting the unsub page for emails in ACC and I wanted to update the template by changing the Adobe Campaign logo in the form as well as updating the button from "Validate" to "Confirm". I can update the text in the messages but I am having trouble locating where I can make the other upd...
Hello. In our instance of Adobe Campaign, we have a high volume of deliveries that either has the status of 'being edited' or are proofs. Is it safe to delete these, would you recommend archiving into a separate folder or something else? To note, the records I'm looking to remove were from deliverie...
Hi folks, i am writing a javascript code to get the access token from an API using grant_type = password but i am getting the below error : Results = {"reason":"Unknown grant_type"}HTTP header 'WWW-Authenticate' used for proxy authentication not found. script : var http = new HttpClientRequest("h...
Hi Folks, I want to grab the data from a table whose date is only 2 days ago and ignore if he has more than 1 row in the table. For example : the below is the tableunique idrespondent idclassoccupationcreated date111abcabc11/8/2020121efgo12/8/2020132huup11/8/2020142abcabc11/8/2020153efgo11/8/20201...
Hi Everyone,I'm new to Adobe Campaign Classic.Currently, I have a hard time to map the internal table name that running workflow using.I found some workflow consume a very high transaction log due to some un-experienced users.There is one INSERT statement that I saw in the database which insert into...
Hi guys, i am trying to call an API from javascript node in a workflow llike below : var http = new HttpClientRequest("https://xxxxx/accesstoken")var buffer = new MemoryBuffer()buffer.fromString("abc" + ':' + "efg", "iso-8859-1")http.header["Content-Type"] = "application/x-www-form-urlencoded"http...
Hi AllI would like to know NodeValue () usage .Syntax :- NodeValue (<String>, <String>) However if someone can explain the specific example , if i have to extract "Sender Address" from nmsdelivery.mailParamaters using NodeValue , can i do that ? I am aware of JS way of extracting data from xml but ...
Hello, we have a business need of sending a delivery in french content, where we are facing the below issue Desired Content: « test the french characters »actual result: " test the french characters " The characters [« »] are converted to[" "]. We tried forcing the UTF-8 encoding on the message st...
We used to be able to go to the support page and navigate to the release download page to get the latest client consoles. Where are they located now and how do I get one downloaded since we are cloud hosted?
What function can I utilize to update/add/modify filters for a query in a workflow? I asked this similar question (https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/how-do-i-update-the-filter-on-a-query-through-soap/qaq-p/372697) but it doesn't really allow me to cha...