Rule Name |
Trigger Event |
Target |
Example Preamble |
Rule 1 – Viewing Appointment Created |
BC Viewing Appointment Created |
Viewing Contact |
|
Dear {{vContactData.firstName}}, We are pleased to confirm you have <b>{{ mbDBool (additionalEventData.isVirtualViewing) ? a virtual }}{{ mbDBool (additionalEventData.isInPersonViewing) ? an in person }}</b> viewing request for <a href="{{ propertyDetails.webLink }}" target="_blank">{{ propertyDetails.dispAddress }}</a> on <b>{{ bdDate (action.actionDate,"l, jS F") 1 }}</b> at <b>{{ bdDate (action.actionDate,"H:i") 1 }}</b>. {{ mbDBool (additionalEventData.isVirtualViewing) ? This is a text that will appear for <b>virtual</b> viewing appointment. }} {{ mbDBool (additionalEventData.isInPersonViewing) ? This is a text that will appear for <b>in person</b> viewing appointment. }} Please click on one of the options below: <a href="{{additionalEventData.acceptViewingUrlPlaceholder}}"> Accept </a> <a href="{{additionalEventData.declineViewingUrlPlaceholder}}"> Decline </a> <a href="{{additionalEventData.reviseViewingUrlPlaceholder}}"> Propose New Time </a> Kind regards, |
|
Rule 2 – Viewing Appointment Accepted |
BC Viewing Appointment Accepted |
Applicant |
|
Dear {{aContact.groupSalutation}}, We are pleased to confirm your viewing at <a href="{{ propertyDetails.webLink }}" target="_blank">{{ propertyDetails.dispAddress }}</a> on <b>{{ bdDate (action.actionDate,"l, jS F") 1 }}</b> at <b>{{ bdDate (action.actionDate,"H:i") 1 }}</b>. To cancel it click here: <a href="{{additionalEventData.cancelConfirmedViewingUrlPlaceholder}}"> Cancel</a>. Kind regards, |
|
Rule 3 – Viewing Appointment Accepted – XX Hour Reminder |
BC Viewing Appointment Accepted |
Applicant |
|
Dear {{aContact.groupSalutation}}, This is a reminder of your viewing at <a href="{{ propertyDetails.webLink }}" target="_blank">{{ propertyDetails.dispAddress }}</a> on <b>{{ bdDate (action.actionDate,"l, jS F") 1 }}</b> at <b>{{ bdDate (action.actionDate,"H:i") 1 }}</b>. To cancel it click here: <a href="{{additionalEventData.cancelConfirmedViewingUrlPlaceholder}}"> Cancel</a>. Kind regards, |
|
Rule 4 – Viewing Appointment Declined |
BC Viewing Appointment Declined |
Applicant |
|
Dear {{aContact.groupSalutation}}, The viewing appointment has been declined, please contact the firm to re-arrange a possible time. Kind regards, |
|
Rule 5 – Viewing Appointment Revised |
BC Viewing Appointment Revised |
Applicant |
|
Dear{{aContact.groupSalutation}}, Unfortunately the time selected is now no longer available, but the following time has been proposed <a href="{{ propertyDetails.webLink }}" target="_blank">{{ propertyDetails.dispAddress }}</a> on <b>{{ bdDate (action.actionDate,"l, jS F") 1 }}</b> at <b>{{ bdDate (action.actionDate,"H:i") 1 }}</b>. If suitable please click on the link below to either Accept or Decline. <a href="{{additionalEventData.acceptViewingUrlPlaceholder}}"> Accept </a> <a href="{{additionalEventData.declineViewingUrlPlaceholder}}"> Decline </a> Kind regards, |
|
Rule 6 – Revised Viewing Appointment Declined |
BC Revised Viewing Appointment Declined |
Viewing Contact |
|
Dear {{vContactData.firstName}}, Unfortunately the new proposed time has been declined. Kind regards, |
|
Rule 7 – Revised Viewing Appointment Accepted |
BC Revised Viewing Appointment Accepted |
Viewing Contact |
|
Dear {{vContactData.firstName}}, This is confirmation that the proposed new time has been accepted <a href="{{ propertyDetails.webLink }}" target="_blank">{{ propertyDetails.dispAddress }}</a> on <b>{{ bdDate (action.actionDate,"l, jS F") 1 }}</b> at <b>{{ bdDate (action.actionDate,"H:i") 1 }}</b>. Kind regards, |
|
Rule 8 – Confirmed Viewing Appointment Cancelled |
BC Confirmed Viewing Appointment Cancelled |
Viewing Contact |
|
Dear {{vContactData.firstName}}, The following viewing has now been cancelled <a href="{{ propertyDetails.webLink }}" target="_blank">{{ propertyDetails.dispAddress }}</a> on <b>{{ bdDate (action.actionDate,"l, jS F") 1 }}</b> at <b>{{ bdDate (action.actionDate,"H:i") 1 }}</b>. Kind regards, |
|
Rule 9 – Viewer to Open Viewing Added – Viewing Agent |
BC Viewer to Open Viewing Added |
Viewing Contact |
|
Dear {{vContactData.firstName}}, We are pleased to confirm you have a viewing request for <a href="{{ propertyDetails.webLink }}" target="_blank">{{ propertyDetails.dispAddress }}</a> on <b>{{ bdDate (action.openViewing.startDate,"l, jS F") 1 }}</b> at <b>{{ bdDate (action.openViewing.startDate,"H:i") 1 }}</b>. <p>Note from applicant: {{ additionalEventData.message }}</p> Kind regards, |
|
Rule 10 – Viewer to Open Viewing Removed – Viewing Agent |
BC Viewer Removed from Open Viewing |
Viewing Contact |
|
Dear {{vContactData.firstName}}, An Open Viewer ( {{ aContact.0.nameString }} ) has cancelled their attendance on <b>{{ bdDate (action.actionDate,"l, jS F") 1 }}</b> at <b>{{ bdDate (action.actionDate,"H:i") 1 }}</b> for <a href="{{ propertyDetails.webLink }}" target="_blank">{{ propertyDetails.dispAddress }}</a>. Kind regards, The BDP Team |
Notes for Rules 9 and 10:
You may wish to set-up a separate rule to send a confirmatory email to the Applicant. If so:
- The target should be the Applicant
- The placeholder to use for the Applicant is {{aContact.0.groupSalutation}}
- Remember to block for Past Events
|
Rule 11 – Unconfirmed Viewing Appointment |
BC Viewing Appointment Created |
Viewing Contact |
|
Dear {{vContactData.firstName}}, We notice you have an unconfirmed <b>{{ mbDBool (additionalEventData.isVirtualViewing) ? a virtual }}{{ mbDBool (additionalEventData.isInPersonViewing) ? an in person }}</b> viewing request for <a href="{{ propertyDetails.webLink }}" target="_blank" rel="noopener">{{ propertyDetails.dispAddress }}</a> on <b>{{ bdDate (action.actionDate,"l, jS F") 1 }}</b> at <b>{{ bdDate (action.actionDate,"H:i") 1 }}</b>. {{ mbDBool (additionalEventData.isVirtualViewing) ? This is a text that will appear for <b>virtual</b> viewing appointment. }} {{ mbDBool (additionalEventData.isInPersonViewing) ? This is a text that will appear for <b>in person</b> viewing appointment. }} Please click on one of the options below: <a href="{{additionalEventData.acceptViewingUrlPlaceholder}}"> Accept </a> <a href="{{additionalEventData.declineViewingUrlPlaceholder}}"> Decline </a> <a href="{{additionalEventData.reviseViewingUrlPlaceholder}}"> Propose New Time </a> Kind regards, |
Notes for Rule 11:
- This rule requires a Boolean to be added !action.isConfirmed
- To trigger the email one hour before the expected event, please add -1 to the Delay/Advance Time (hrs): section of the rule builder
|