Merge Tag Example: Custom Attributes

If you use custom attributes, you can also use them in your email templates.

Look in the list of Merge Tags and see if you find a tag like this "[[ENT_CA]]". If that tag is in the list of allowed tags, you can add any custom attribute (CA) that is defined on that level in your Email Template (in the example, that would mean you can use Entitlement CAs but not Member CAs).

Because you can have many custom attributes, you must add the CA-ID to properly identify the custom attribute to use. If you do not know the value of the CA-ID, go to the Custom Attributes page in the Producer Portal.

Here is the login and password to [[ACCOUNT_NAME]]'s XXXXXXXX Download Center

site:

 

[[IF TAG="ENT_CA" CODE="SHIP_LANGUAGE" VALUE="US"]]

Dear [[DisplayName]]

 

Thank you for your order.

 

Your Activation ID is: [[ActivationID]]

 

The Activation ID will be required to login. You will also need the Hostid of the computer with which this license will be associated.

 

If you have any questions, contact your local XYZ Corporation office.

[[END IF]]

 

 

[[IF TAG="ENT_CA" CODE="SHIP_LANGUAGE" VALUE="FR"]]

Cher [[DisplayName]],

 

Nous vous remercions de votre commande.

 

Votre code d’activation : [[ActivationID]]

 

Le code d’activation est nécessaire pour vous connecter. Vous aurez également besoin de l’adresse d’hôte de l’ordinateur pour lequel la licence sera associée.

 

Si vous avez des questions, n’hésitez pas à contacter le bureau XYZ corp le plus proche.

[[END IF]]