Replacements

Replacements can be used in HTML to personalize communications. A replacement is a code that the Thalamus system substitutes with specific consumer information before sending the message.

How to use a Replacement?

The correct format is to enclose the replacement code within ${ and }. For example:

Hello ${person.profile.firstname}.

When the communication is sent, Thalamus will replace the code with the corresponding data. For instance, the example above would become:

Hello John.

Replacements by type

Replacements are organized by the type of entity (or "party") they refer to. This is reflected in the prefix of the replacement code, making it clear what kind of data is being pulled.

The different groups of replacements will be shown in the following sections.

Last updated

Was this helpful?