Hi @melinam63825268 - you can try encoding the output using € or one of the other HTML codes.https://www.rapidtables.com/web/html/html-codes/html-code-euro.htmlCheersDarren
Hi Sachin - I havent done this myself - maybe ask the question in another thread. I would assume a custom API would also require you to store your own data into the broadLog, trackingLogs, etc. using the Adobe JS APIs. Cheers Darren
Hi Sachin - I would check your API documentation on how to achieve this. All messaging APIs are implemented differently so its hard to help you without having some API documentation. Cheers Darren
I would check your incoming message XML. If responseNode1 is saying its undefined that means the getElementByTagName("message")[0] probabaly returned a null result. To test I used your example XML in a string variable and the code worked fine. Cheers Darren
Hi @sachincs1991 - you can parse the response as a DOMDocument and get the Elements and Attributes from there in the Javascripte.g....
var doc = DOMDocument.fromXMLString(r.body);
var responseNode = doc.getElementsByTagName("response")[0];
var success = responseNode.getAttribute("success");
... Chee...
Hi @Raaghuik1996 You can encode non-standard characters or fonts into subjects using a tool like this: https://www.sendblaster.com/utf8-email-subject-encoderUnicode Superscript plus (https://www.compart.com/en/unicode/U+207A) when encoded is=?UTF-8?B?4oG6?= CheersDarren
Hi anasso83525035- I tested your code and modified the CMD slightly and it worked on my instance:var CMD = "sed -i '1s/^\xEF\xBB\xBF//' " + instance.vars.fileToSend;17/11/2020 09:28:59 Workflow finished
17/11/2020 09:28:59 js7 Fin
17/11/2020 09:28:59 js7 Résultat commande :
17/11/2020 09:28:59 js7...
Looking at the permissions required for FDA it looks like it is possible but I havent done it myself. Maybe someone else here can advise? https://experienceleague.adobe.com/docs/campaign-classic/using/getting-started/accessing-external-database/remote-database-access-rights.html?lang=en#fda-rights