The client (sometimes called a member) is a representation of the end customer who has make a booking and has a CRM entry in the platform
Field | Usage / Description |
---|
first_name | {{client.first_name}}
|
last_name | {{client.last_name}}
|
wallet_amount | {{client.wallet_amount}}
|
email | {{client.email}}
|
address1 | {{client.address1}}
|
address2 | {{client.address2}}
|
address3 | {{client.address3}}
|
address4 | {{client.address4}}
|
address5 | {{client.address5}}
|
postcode | {{client.postcode}}
|
country | {{client.country}}
|
phone | {{client.phone}}
|
mobile | {{client.mobile}}
|
id | {{client.id}}
|
member_type | {{client.member_type}}
|
reference | {{client.reference}}
|
files | {{client.files}}
|
deleted | {{client.deleted}}
|
phone_prefix | {{client.phone_prefix}}
|
mobile_prefix | {{client.mobile_prefix}}
|
default_company_id | {{client.default_company_id}}
|
q | {{client.q}}
|
member_level_id | {{client.member_level_id}}
|
join_date | {{client.join_date}}
|
time_zone | {{client.time_zone}}
|
locale | {{client.locale}}
|
image_url | {{client.image_url}}
|
thumb_image_url | {{client.thumb_image_url}}
|
consent | {{client.consent}}
Example: true
|
mobile_prefix_country | {{client.mobile_prefix_country}}
|
phone_prefix_country | {{client.phone_prefix_country}}
|
mobile_prefix_country_code | {{client.mobile_prefix_country_code}}
|
phone_prefix_country_code | {{client.phone_prefix_country_code}}
|
upcoming_bookings_count | {{client.upcoming_bookings_count}}
|
company | {{client.company.
Link to the company object
|
questions | {% for question in client.questions %}
Loop around the client questions
|
property | {{client.
A direct access to the answer to question by it's slug
|
app | {{client.app.
Link to a Custom Object belonging to an app
|