Hello,I need to replace a link in a CTA-button and a couple of words in some delivery templates. I'm wondering if it is possible to do it doing either a mass update in the XML memo or through a workflow and update data. I don't know how to though. I want to keep the same XML structure and all the co...
I am trying to use the alert activity but I am getting an error saying that the record does not exist in database. I have added the operator to the workflow execution group.I have attached the error screenshot.
Hi Experts, We are facing an issue while previewing the Delivery Template - Email Personalization across the organization. It is not behaving in the same way for non Admins - some were able to view and some are not. What could be the scenario here. Without the personalisation, preview template looks...
We have recently upgraded to v7 build 9359. Post upgrade, we could not see the content in the workflow tab under 'Targeting and workflows' in campaign templates. Is the same with you in v7? Please suggest on how to retrieve the content under the 'workflow' tab as highlighted in the image. BR, HK
Hello,I've created a simple script for sending a POST request to an API with the "application/x-www-form-urlencoded" content type. Here's the script:var http = new HttpClientRequest("URL");http.header["Content-Type"] = "application/x-www-form-urlencoded";http.header["Cache-control"] = "no-cache";htt...
In the NmsTracking_ClickFormula option, we have this part of the code: <%= escapeUrl("$(urlId)") %>, which is supposed to contain the nmsTrackingUrl Id (as per this documentation: https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/tracking-messages/tracking-personalized-...
Hello, Is it possible to disable the suffix added to the downloaded files on the File transfer activity?The file "attach1.pdf" downloaded like this:The filename afterwards will be: attach1_20231003101346a.pdf. I can remove the suffix via JS code, but I'm wondering if there's any way to remove this ...
Hello We are trying to setup ACC to relay email through another MTA on our network.We've managed to do this by editing the serverside configuration XML for the instance and adding the <mta> relay configuration.However the performance is limited to 75 messages per minute for some reason. We cannot se...