Hi Andy,what you are doing will not work in delivery activity.Reason: An instance is an object of the workflow, so your instance variable or variable is only available in the workflow execution instance. These variable are not available to MTA(while preparing email delivery personalization) that's w...
Hi Alistair,Yeah, I doing alright now I have joined a full-time job in Copenhagen, I was facing some problems with Visa as Independent consultant so give up on that Regards,Amit
Hi,If you are using Abobe campaign classic, then you can use the out of the box input for by adding a new item from navigation hierarchy.All you have to do is add a new folder of type currency then you will be able to create new records in it.hope this helps!!Regards,Amit
Hi Rama,I have covered this with my answer in Enable the client to implement techniques such as data partitioning, pseudonomisation, anonymization, encryption on data let me know if you have additional question or clarification?Regards,Amit
Hi,if you are unable to get access to your server, in that case, You can use nlserver activity to execute your commands in the workflow.https://docs.campaign.adobe.com/doc/AC/en/WKF_Repository_of_activities_Action_activities.html#Nlserver_module Regards,Amit
Message Center is an application designed for managing trigger messages (invoices, order Confirmations, password changes or website account creations for instance). It is intended to send the transactional message in real time. You need not check for marketing consent before sending the emails or me...
Hi David,RED-520021 Invalid login or password. (iRc=16384): it means that you are using incorrect login credentials, either the password is incorrect, or username is incorrect.XTK-170019 Access denied. (iRc=-69); this happens when you try to access a link/resource with credential but the user does n...
Hi Jonas,What you are asking is already supported by AEM and adobe campaign integration. Campaign and Experience Manager - Importing an AEM content into an Adobe Campaign email.The second option is that you let the customer update the email in the Adobe campaign console.The third option is you can b...
Hi Rama,Have you seen these links?Importing data How to use workflow data function encryptFile(file) { var systemCommand = “gpg --encrypt --recipient recipientToEncryptTo ” + file; var result = execCommand(systemCommand, true); }gpg or any other library can be used to encrypt and decrypt your ...