Skip to content

Template: Session Cancelled

Action Key
session_cancelled
Description
Sent when an activity session is cancelled.
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).

activity(type: activity)

An object representing a class or program activity.

Property PathTypeDescription
activity.namestring
Name of the activity.
activity.schedule_summarystring
A human-readable summary of the activity schedule.

occurrence(type: activity_occurrence)

An object representing a specific class occurrence.

Property PathTypeDescription
occurrence.idinteger
Unique ID of the occurrence.
occurrence.start_datetimedatetime
Start date and time of the occurrence.

tenant(type: tenant)

An object representing an organisation/tenant.

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