Using Placeholders

Placeholder is an entity that automatically displays specific information. Placeholders allow to extract information from the database and put into a notification message. Each type of notification has its own set of placeholders, which aren't available to other types.

Information about the following entities can be substituted by Placeholder in the Notification Templates.

The Placeholders must be enclosed in curly braces  {{ }} in order to get information from data base, for example, {{account.id}}.

The Notification Templates supports the open language of templates - Liquid, which allows to create complex Notifications. For more information see https://shopify.github.io/liquid/basics/introduction/.