Fields Reference

In addition to all of the standard User profile fields such as first name, last name etc. there are 30 Custom Fields where custom data can be stored - these fields can also be renamed.

Custom Fields can also be used to store arrays of data which can be useful for holding shopping basket contents, flight itineraries etc. array elements can then be referenced within Email Templates using the Template Language.

Standard Fields

These are the standard User profile fields and the only required field is 'contacts_email_address'.

  • contacts_id
  • contacts_reference_code
  • contacts_title
  • contacts_first_name
  • contacts_last_name
  • contacts_email_address
  • contacts_mobile_number
  • contacts_telephone_number
  • contacts_address_line_1
  • contacts_address_line_2
  • contacts_address_line_3
  • contacts_address_line_4
  • contacts_city
  • contacts_post_code
  • contacts_country
  • contacts_dob
  • contacts_gender
  • contacts_company_name
  • campaign_code

Custom Fields

Custom Fields can be labelled to improve reporting readability and to create more relevant references for data stored in fields.

  • contacts_data_1
  • contacts_data_2
  • contacts_data_3
  • contacts_data_4
  • contacts_data_5
  • contacts_data_6
  • contacts_data_7
  • contacts_data_8
  • contacts_data_9
  • contacts_data_10
  • contacts_data_11
  • contacts_data_12
  • contacts_data_13
  • contacts_data_14
  • contacts_data_15
  • contacts_data_16
  • contacts_data_17
  • contacts_data_18
  • contacts_data_19
  • contacts_data_20
  • contacts_data_21
  • contacts_data_22
  • contacts_data_23
  • contacts_data_24
  • contacts_data_25
  • contacts_data_26
  • contacts_data_27
  • contacts_data_28
  • contacts_data_29
  • contacts_data_30

Arrays of Data

There is a limit of 30 Custom Fields but through the use of JSON encoded arrays of data can be stored in any Custom Field, offering an almost limitless storage capability.

Arrays of data can be useful for holding shopping basket contents, flight itineraries etc. array elements can then be referenced within Email Templates using the Template Language.

Related Pages