Create the message content
The definition of the transactional message content is the same as for regular deliveries in Adobe Campaign. For instance, for an email delivery, you can create content in HTML or text format, add attachments or personalize the delivery object. For more on this, refer to the Email delivery chapter.
Unlike in JSSP or webApp,
<%=
doesn’t have any default escaping.Once you have defined your message content, you can integrate event information into the message body and personalize it. Event information is inserted into the body of the text thanks to personalization tags.
- All the personalization fields are coming from the payload.
- It is possible to reference one or several personalization blocks in a transactional message. The block content will be added to the delivery content during the publication to the execution instance.
To insert personalization tags into the body of an email message, apply the following steps:
-
In the message template, click the tab that matches the email format (HTML or text).
-
Enter the body of the message.
-
In the body of the text, insert the tag using the Real time events > Event XML menu.
-
Fill in the tag using the following syntax: element name.@attribute name as shown below.
-
Save your content.
Your message is now ready to be tested.