Skip to content

Template placeholders

When writing message templates, you can include dynamic values using double curly braces - for example, Hello {{member_name}}.

The same placeholders are available in both the email subject line and the email/SMS body, except where noted.

Message typeAvailable placeholdersNotes
Enrolment confirmationmember_name, activity_name, family_name, tenant_nameSent when a member is enrolled.
Payment receivedamount, payment_date, family_name, tenant_namepayment_date is formatted as a date.
Payment failedamount, family_name, tenant_name, payment_id, failure_reasonfailure_reason is drawn from the payment gateway where available.
Payment authorisation reminderfamily_name, tenant_nameSent to guardians who haven’t yet authorised a payment arrangement.
Policy acceptedmember_name, policy_name, tenant_name, family_namefamily_name is only included for family-scoped policies.
Member welcome(none currently available)This message type exists and can have a template assigned, but no dynamic values are passed yet. Use static copy only.