Special Placeholders
Use special placeholders in the setup of your communication to help you achieve the right content for your brand and customers.
Overview
You can tailor your communications to show specific information based on certain values in the Journey Manager module in the App. Special placeholders allow you to customize the content you send out so your customers receive relevant and useful information relating to their order at all times.
Configuring Special Placeholders
The following sections describe how to configure special placeholders to display content differently based on conditional blocks, specific values, and plain text.
Conditional Blocks
Any placeholder can also be used as a conditional block. Whether conditional blocks are shown or not is type dependent.
If you are using a placeholder (for example: {{orderNo}}
) but you know that this field is not set for every tracking, you can open a conditional block with {{#
and close it again with {{/
.
The opposite behaviour can be achieved if you are using a placeholder (for example: {{cashOnDelivery}}) but you know that this field is only applicable when it is not set or valid. To do this, you can open a conditional block with {{!
and close it with {{|
.
Value-Specific Conditionals
All placeholders can be used to drive content based on a given value in the parcelLab system. You can use standard conditions (that is: "if is" and "if is not") with the relevant values to display the required content.
These conditions are displayed as follows:
The conditional block for the "if is" condition is
{{#...}} {{/...}}
The conditional block for the "if is not" condition is
{{!...}} {{|...}}
If you want to display specific text (for example: Click here for delivery options
) only for a particular carrier/country (for example: =dhl-uk
), you can open a conditional block with {{#
and close it with {{/
).
Country-Specific Content
You can set up conditional placeholders to show specific content only for certain destination countries. For this, you need to know the country's ISO Alpha 3 code (for example: USA
for the United States, GBR
for the UK, and DEU
for Germany).
If you want to let recipients know details of the customs process for a country, you can open a conditional block with {{#
and close it with {{/
).
Non-Clickable Numbers on Mobile Phones
By default, certain number formats will be interpreted as a phone number and turned clickable by iPhones and other mobiles.

As this also affects most order number formats, parcelLab offers special placeholders that guarantee to be plain text.
When using the order number in the subject line, you can use the {{orderNo/non-clickable-subject}}
placeholder instead of the {{orderNo}}
placeholder.
A subject line with for your order {{orderNo/non-clickable-subject}}
When using the order number in the content, you can use the {{orderNo/non-clickable}}
placeholder instead of the {{orderNo}}
placeholder.
<p>This is a order number, not a phone number: {{orderNo/non-clickable}}</p>
Last updated
Was this helpful?