Skip to content

Template: Policy Accepted

Action Key
policy_accepted
Description
Sent when a policy is accepted (family or member).
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.

policy(type: policy)

An object representing a policy.

Property PathTypeDescription
policy.idstring
Unique ID of the policy.
policy.namestring
Name of the policy.

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.