You can personalize the message for each person in the segment by including properties from the user profile in the body of the message. In the example at the beginning of this chapter, the salutation includes a tag that references the firstName profile property.

Each recipient sees the value of the property in his or her profile:

To include a profile property, enter code similar to the following:

<aco:profile property='firstName'/>

Replace firstName with any relevant profile property. For a full list of available properties, examine the user item of /atg/userprofiling/ExternalProfileRepository. (One way to do so is through the Dynamo Server Admin at http://<hostname>:<port>/dyn/admin; for more information on this utility, refer to the ATG Installation and Configuration Guide.)

Note that you can also use the Insert Page Fragment option to personalize the body of the message. See Inserting Page Fragments.