Skip to content

Template: Member Welcome

Action Key
member_welcome
Description
Sent when a new member is welcomed.
Recipients
member, guardian

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 PathTypeDescription
member.first_namestring
First name of the member.
member.last_namestring
Last name of the member.
member.display_namestring
Full formatted display name.
member.emailstring
Primary email address.
member.phonestring
Primary phone number.

family(type: family)

An object representing a household / family group.

Property PathTypeDescription
family.idinteger
Unique ID of the family.
family.namestring
Family name.

tenant(type: tenant)

An object representing an organisation/tenant.

Property PathTypeDescription
tenant.idinteger
Unique ID of the tenant.
tenant.namestring
Name of the organisation.