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.
Infromation 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/.
- A common set of Placeholders for all events
- Placeholder for the Account entity
- Placeholder for the User entity
- Placeholders for the Order and Charge entities
- Placeholder for the Subscription entity
- Placeholders for the Payment and Guaranteed Payment entities
- Placeholders for the Plan and Plan Period entities
- Placeholder for the Invoice entity
- Placeholder for the Manual Operation entity