...
Name | Description | Placeholder |
---|---|---|
Id | Id of the enquiry | [Enquiry.Id] |
External Id | The external id set against the enquiry | [Enquiry.ExternalId] |
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] |
Quote
Name | Description | Placeholder |
---|---|---|
Id | Tprofile internal Id of the quote. Use this for constructing URL’s etc. | [Quote.Id] |
Reference | Reference shown on the quote. This is the friendly reference shown to the customer. An example format is TP120910271. | [Quote.Reference] |
Title | Quote title | [Quote.Title] |
Summary | Quote summary | [Quote.Summary] |
View Count | The view count of the quote as shown in the admin | [Quote.ViewCount] |
Price Options (This is a list of all price options for the quote, see Recurse Sub-Collection and Recurse Sub-Object below on how to access this collection) | ||
Total Price | The option price including any discount | [Quote.PriceOptions.TotalPrice] |
Name | The option name | [Quote.PriceOptions.Name] |
Deposit | Option deposit amount | [Quote.PriceOptions.Deposit] |
Deposit Due Date | Due date of the deposit | [Quote.PriceOptions.DepositDue] |
Balance Due Date | Due date of the balance | [Quote.PriceOptions.BalanceDue] |
Forgot Password & Reset Password Emails
Name | Description | Placeholder |
---|---|---|
Reset Link | This is the link that the user must follow to reset their password | [callbackUrl] |
Title | The title of the user the link has been sent to | [User.Title] |
First Name | The first name of the user the link has been sent to | [User.FirstName] |
Middle Name | The middle name of the user the link has been sent to | [User.LastName] |
Last Name | The last name of the user the link has been sent to | [User.LastName] |
Usage
Syntax for Templates
...