...
Name | Description | Placeholder |
---|---|---|
Brand Url | Url for the current brand | [System.BaseUrl] |
Brand Logo Url | Url of the logo for the current brand | [System.LogoUrl] |
Brand Base Colour | Brand Base Colour for the current brand | [System.BrandBaseColour] |
Brand Primary Colour | Brand Primary Colour for the current brand | [System.BrandPrimaryColour] |
Brand Secondary Colour | Brand Secondary Colour for the current brand | [System.BrandSecondaryColour] |
Brand Header Colour | Brand Header Colour for the current brand | [System.BrandHeaderColour] |
Brand Footer Colour | Brand Footer Colour for the current brand | [System.BrandFooterColour] |
Brand Name | Name of the current brand | [System.BrandName] |
Brand Primary Email | Email address set against the current brand | [System.BrandPrimaryEmail] |
Current Date | The current date formatted to the brands defined date/time format. | [System.CurrentDate] |
Current Time | The current time formatted to the brands defined date/time format. | [System.CurrentTime] |
Current Date & Time | The current date & time formatted to the brands defined date/time format. | [System.CurrentDateTime] |
Enquiry
Name | Description | Placeholder |
---|---|---|
Id | Id of the enquiry | [Enquiry.Id] |
More Info | The more info on an enquiry | [Enquiry.MoreInfo] |
Created | The created date of the enquiry | [Enquiry.Created] |
Agent Title | The title of the assigned agent | [Enquiry.Agent.Title] |
Agent First Name | The first name of the assigned agent | [Enquiry.Agent.FirstName] |
Agent Last Name | The last name of the assigned agent | [Enquiry.Agent.LastName] |
Agent Primary Email | The primary email address of the assigned agent | [Enquiry.Agent.PrimaryEmail] |
Agent Primary Telephone | The primary telephone of the assigned agent | [Enquiry.Agent.PrimaryTelephone] |
Lead Passenger Title | The title of the assigned lead passenger | [Enquiry.LeadPassenger.Title] |
Lead Passenger First Name | The first name of the assigned lead passenger | [Enquiry.LeadPassenger.FirstName] |
Lead Passenger Last Name | The last name of the assigned lead passenger | [Enquiry.LeadPassenger.LastName] |
Lead Passenger Primary Email | The primary email address of the assigned lead passenger | [Enquiry.LeadPassenger.PrimaryEmail] |
Lead Passenger Primary Telephone | The primary telephone of the assigned lead passenger | [Enquiry.LeadPassenger.PrimaryTelephone] |
Lead Passenger Sign Up Token | This is a token used in conjunction with a link to provide an encrypted token specific to the passenger for use on the registration page. It can be used in conjunction with source and returnurl. source: If specified and set to email when creating the account the email will automatically be set to verified meaning the user does not need to manually do this the next time they login. returnurl: If set once registration has completed the user will be redirect to this url. Would generate a link to the registration page and would subsequently mark the email as confirmed and redirect them to the quotes page once registration was completed. | [Enquiry.LeadPassenger.SignUpToken] |
All Passengers (This is a list of all other passengers including the lead, see Recurse Sub-Collection and Recurse Sub-Object below on how to access this collection) | ||
Title | The title of the passenger | [Enquiry.AllPassengers.Title] |
First Name | The first name of the passenger | [Enquiry.AllPassengers.FirstName] |
Last Name | The last name of the passenger | [Enquiry.AllPassengers.LastName] |
Primary Email | The primary email address of the passenger | [Enquiry.AllPassengers.PrimaryEmail] |
Primary Telephone | The primary telephone of the passenger | [Enquiry.AllPassengers.PrimaryTelephone] |
...