We will be receiving HTML Markup to Customer Profiles and need to use this markup within the email content of an AJO Journey and have it interpreted as HTML.For example - Customer Profile field: htmlFragment = <div class="blue"><p id="gos-1">Click for Special Offer</p></div>My questions are1. When c...
Is it possible to use bold text and insert new lines in text representations for AJO offers? Example: Current Outcome The text appears without bold formatting and all lines are merged into one: Welcome to our website! We're excited to offer a wide range of products that cater to your needs. Whether...
While setting up the language setting for multilingual content, I added two locales : one is primary and other one is secondary(preferred language). Now if I click on pencil button of secondary locale(i.e. Finnish) it gives me option to add "profile preferences". If I add one more preferences(eg. Ar...
Hi team, I’m encountering the following error after editing a live fragment:**"Fragment backward compatibility failure! The new attributes - [journey.technicalProperties.currentNodeId, person.name.firstName] are not a subset of the previous attributes - [journey.technicalProperties.currentNodeId]."*...
Can any one guide me on how create a webhook URL to listen to inbound events in AJO ?The use case is hereI have a image in AEM. I would like to listen to Asset publication event in AEM on AJO and start a Journey to send an email. Therefore i tried to create an event on Adobe IO console to listen to ...
Hi @SatheeskannaK @Mohan_Dugganab @DavidKangni can we use if , else if ,else condition in custom action in the custom action body to send out any msg if (a== "1")ABCesle if (a== "2")ZXCelse if (a=="3")QWEelsebyee
Is there a way to create an audience excluding contacts who entered a journey? For some context, I want to send a manual campaign to my customers but I don´t want to send it to customer´s who received any automatic email today
Hello, I am working to create a visual fragment to use in email templates that has conditional content to show English or Spanish text depending on the profile's language preference. It seemed easy enough after creating a condition for Spanish and having the default be for English.But, when I go to ...
Dear,We are creating an API triggered campaign email, where the trigger includes a series of context attributes to make the content of the email dynamic and personalized.There is one content block with an image that would need to be dynamic, based on a given context attribute from the trigger's payl...
How can I pass an HTML tag as a variable in AJO?I want to declare a variable that contains a hyperlink. For example:{% let abc = "<p>hi this is my url <a href=\"https://www.google.com\">Google</a></p>" %}However, when I display this variable in my Handlebars template, I'm getting an unexpected outpu...