The subject or body may include placeholders defined by the client or the system. System placeholders are prefixed with sys to distinguish them, for example:
Client-defined placeholders:
{{ first_name }}
{{ last_name }}
System-defined placeholders:
{{ sys.first_name }}
Notes: Please make sure all your placeholders are in lowercase and contain no spaces.