Member (Client)
Details of a Member Drop
The member (also may appear as client) is a representation of the end customer who has made a booking and has a CRM entry in the platform.
Field | Usage / Description | Additional Information |
---|---|---|
id | {{member.id}} | Returns the JRNI member ID. Example:- 234 |
address | {{member.address}} | Returns the member's address in a single line string. Example:- "3-7 Herbal Hill, 2nd Floor, London, London, EC1R 5EJ, United Kingdom" |
address map link | {{member.address_map}} | Returns a link to the address on google maps. Example:- "http://maps.google.com/maps?q=3-7 Herbal Hill,2nd Floor,,London,London,EC1R 5EJ,United Kingdom" |
address1 | {{member.address1}} | Returns the first line of the member's address. Example:- "3-7 Herbal Hill" |
address2 | {{member.address2}} | Returns the second line of the member's address, Example:- "2nd Floor" |
address3 | {{member.address3}} | Returns the second line of the member's address |
address4 | {{member.address4}} | Returns the fourth line of the member's address. Example:- "London" |
address5 | {{member.address5}} | |
company_id | {{member.company_id}} | Returns the ID of the associated company. Example:- 37000 |
comp_ref / API ref | {{member.comp_ref}} | Returns the customers unique reference for this client record. |
consent | {{member.consent}} | Example: true |
country | {{member.country}} | Returns the member's country, example:- "United Kingdom" |
deleted | {{member.deleted}} | |
default_company_id | {{member.default_company_id}} | |
{{member.email}} | Returns the member's email address, example:- "[email protected]" | |
files | {{member.files}} | |
has address? | {{member.has_address}} | Returns whether member has an address Example:- True |
image_url | {{member.image_url}} | |
join_date | {{member.join_date}} | Returns the member's joining date. Date object |
join_price | {{member.join_price}} | Returns the member's joining price |
locale | {{member.locale}} | Returns the member's locale. Example:- "en" |
member first name | {{member.first_name}} | First name of the customer. Example: "Fred" |
member last name | {{member.last_name}} | Surname of the customer Example: "Bloggs" |
member_level_id | {{member.member_level_id}} | |
member name | {{member.name}} | Full name of the customer Example: "Fred Bloggs" |
member_type | {{member.member_type}} | |
mobile phone number | {{member.mobile}} | Returns the member's mobile phone number Example:- "+1 7748153204" |
mobile_prefix | {{member.mobile_prefix}} | |
mobile_prefix_country | {{member.mobile_prefix_country}} | |
mobile_prefix_country_code | {{member.mobile_prefix_country_code}} | |
phone number | {{member.phone}} | Returns the member's phone number, example:- "+44 (0)0142256567" |
phone_prefix | {{member.phone_prefix}} | |
phone_prefix_country | {{member.phone_prefix_country}} | |
phone_prefix_country_code | {{member.phone_prefix_country_code}} | |
questions | {{member.reference_of_the_question}} | Please replace "reference_of_the_question" with the actual reference to the question. Example: "What is your favorite color?" {{ member.what_is_your_favorite_color }} may output "Red" |
postcode | {{member.postcode}} | Returns the member's post code, example:- "EC1R 5EJ" |
pretty phone | {{member.pretty_phone}} | Alias for {{member.phone}} Example:- "+44 (0)0142256567" |
reference / api ref | {{member.comp_ref}} | Returns's the comp ref / api ref / unique customer reference |
thumb_image_url | {{member.thumb_image_url}} | |
timezone | {{member.time_zone}} | Returns the member's timezone |
upcoming_bookings_count | {{member.upcoming_bookings_count}} | |
US mobile phone number | {{member.us_mobile}} | Returns the member's US phone number. Example:- "774-815-3204" |
property | {{member. A direct access to the answer to question by it's slug | |
app | {{member.app. Link to a Custom Object belonging to an app | |
company | {{member.company. Link to the company object | Link to the company object |
questions | {% for question in member.questions %} | Loop around the client questions |
Updated over 1 year ago