Template: Member Welcome
Template Variables
These variables are available in the Liquid template context. Access nested properties using dot notation (e.g., enrolment.activity.name).
member(type: member)
An object representing a member/person in Cadence.
| Property Path | Type | Description |
|---|---|---|
member.first_name | string | First name of the member. |
member.last_name | string | Last name of the member. |
member.display_name | string | Full formatted display name. |
member.email | string | Primary email address. |
member.phone | string | Primary phone number. |
family(type: family)
An object representing a household / family group.
| Property Path | Type | Description |
|---|---|---|
family.id | integer | Unique ID of the family. |
family.name | string | Family name. |
tenant(type: tenant)
An object representing an organisation/tenant.
| Property Path | Type | Description |
|---|---|---|
tenant.id | integer | Unique ID of the tenant. |
tenant.name | string | Name of the organisation. |