Set Up the Trigger Time

  • Interview > Settings > Trigger PARENT Reminder - this number of hours before an interview
  • Set this to the desired values
  • Save

You can also set this up directly from Automations.

123.width-800

Note: 48 hours is 2 days

There is also a trigger reminder for staff (catering, security etc).

The automation timing only works when the trigger has not passed.

If you have had an interview booked but the automation was not in place then it will not send the reminder and will have to be completed manually.

Also:

If the interview was booked after the automation timing has passed then then the automation will not send the reminder

Note: An interview reminder should always have a Cancel Trigger that ensures the reminder is not sent if the interview is cancelled.

Set Up the Email Template Primary Carer

  • Email Settings > Templates > Custom
  • Set up a Primary Carer custom interview reminder email to send to parents

Note: you can setup a secondary carer reminder as well and add both to the Automation

Copy and paste directly into the Template and add your school specific language/vernacular:

{% if second_parent.last_name and first_parent.last_name == second_parent.last_name %}

Dear {{ first_parent.title }} and {{ second_parent.title }} {{ first_parent.last_name }}

{% else %}

Dear {{ first_parent.title }} {{ first_parent.last_name }} {% if second_parent.last_name %} and {{ second_parent.title }} {{ second_parent.last_name }}{% endif %}

{% endif %}

This is a friendly reminder that the interview for {{ profile.first_name }} is tomorrow. You and your {{ profile.gender }} will be meeting with {{ interview_booking.interviewer.name }}.

{% render_location_details interview_booking.location hints=True %}

Date: {{ interview_booking.date_time_str }}

{% if interview_booking.online_meeting_link %}Your Online Meeting link is {{ interview_booking.online_meeting_link }}{% endif %}

Create an Automation

To read how to create an automated email please click here: Create Automated Emails

  • Automation > Add

Automation criteria Sept 2025

  1. Name - a name like ‘Interview Reminder (2 days)’ this makes it easier to identify and is internal
  2. Email Template - Select your template from the ‘Custom Template’ dropdown so the email goes to the Primary Carer
  3. Parent SMS template - Select your template from the ‘SMS Template’ dropdown so the SMS goes to a parent if set up
  4. Change Application Status To - not applicable
  5. Add to Student Profile Category - not applicable
  6. Trigger Event - select ‘Interview Reminder for Carer’ Select Interview Type. Note: If you have more than one type of interview you will need to add multiple trigger events
  7. Cancel Event - this is not required for staff notifications
  8. Delay to be 0 hours. This means the email will be sent to the Carer according to the Trigger
  9. Save

Choose Automation Recipients allows you to select specific groups based on the options shown (optional)

Automation recepients Dec 2024

In an automation all of these selections are optional

  1. Application in Status
  2. Years Of Entry
  3. Calendar Years of Entry
  4. Student Profile Categories
  5. Attendance Types
  6. Campuses
  7. Exclude Application in status
  8. Save

The automation timing only works when the trigger has not passed.

If the automation was not in place then it will not send the reminder and you will have to complete the steps manually.

Set up the Email Template Secondary Carer