Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

E.g. https://[System.BaseUrl]/complete-registration?token=[Enquiry.LeadPassenger.SignUpToken]&source=email&returnurl=/portal/quotes

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]

...