Record

contact-request

No description available.

record contact-request {
  address-line-v1: option​<string>,
  address-line-v2: option​<string>,
  alternate-emails: option​<list​<string>>,
  city: option​<string>,
  country: option​<string>,
  custom-fields: option​<custom-fields-by-id>,
  email: string,
  first-name: option​<string>,
  last-name: option​<string>,
  postal-code: option​<string>,
  state-province-region: option​<string>,
}

Fields

NameTypeDescription
address-line-v1option​<string>
address-line-v2option​<string>
alternate-emailsoption​<list​<string>>
cityoption​<string>
countryoption​<string>
custom-fieldsoption​<custom-fields-by-id>
emailstring
first-nameoption​<string>
last-nameoption​<string>
postal-codeoption​<string>
state-province-regionoption​<string>