Using placeholders

A placeholder is an entity that automatically extracts information from the database and puts it into a notification message. Make sure you enclose placeholders in curly braces {{ }}, for example, {{account.id}}.

Notification templates support Liquid — an open language of templates. You can use it to create complex conditions and notifications. For more information, see https://shopify.github.io/liquid/basics/introduction/.

In this section: