ContactFieldName
No description
enum ContactFieldName {
ABBREVIATION
DATE_OF_BIRTH
EMAIL
FIRST_NAME
GENDER
CONTACT_ID
LANGUAGE
LAST_NAME
MIDDLE_NAME
MOBILE
COMPANY_ID
PHONE
PRIMARY_LANGUAGE
TITLE
SOURCE_NAME
SOURCE_ID
COMPANY_SOURCE_NAME
COMPANY_SOURCE_ID
MAILING_LIST
}
Values
ContactFieldName.ABBREVIATION
[Optional][String] A short abbreviation for the contact.
ContactFieldName.DATE_OF_BIRTH
[Optional][DateTime] The contact's date of birth, formatted as YYYY-MM-DD., in ISO 8601 format 'YYYY-MM-DD' (e.g., 2024-10-31)
ContactFieldName.EMAIL
[Optional][String] The email address of the contact.
ContactFieldName.FIRST_NAME
[Optional][String] The first name of the contact.
ContactFieldName.GENDER
[Optional][Enum] The gender of the contact., must be one of the following: [M, F, U]
ContactFieldName.CONTACT_ID
[Optional][String] The unique identifier for the contact., use either CONTACT_ID or a combination of SOURCE_NAME and SOURCE_ID
ContactFieldName.LANGUAGE
[Optional][String] The preferred language of the contact., only required when using combination of SOURCE_NAME and SOURCE_ID
ContactFieldName.LAST_NAME
[Optional][String] The last name of the contact.
ContactFieldName.MIDDLE_NAME
[Optional][String] The middle name of the contact.
ContactFieldName.MOBILE
[Optional][String] The mobile phone number of the contact.
ContactFieldName.COMPANY_ID
[Optional][String] The id of the company the contact should be created in., only required when using CONTACT_ID
ContactFieldName.PHONE
[Optional][String] The primary phone number of the contact.
ContactFieldName.PRIMARY_LANGUAGE
[Optional][String] The primary language code for the contact
ContactFieldName.TITLE
[Optional][String] The professional title or designation of the contact.
ContactFieldName.SOURCE_NAME
[Optional][String] The contact source name., use either CONTACT_ID or a combination of SOURCE_NAME and SOURCE_ID
ContactFieldName.SOURCE_ID
[Optional][String] The contact source id., use either CONTACT_ID or a combination of SOURCE_NAME and SOURCE_ID
ContactFieldName.COMPANY_SOURCE_NAME
[Optional][String] The name of the parent company source., only required when using combination SOURCE_NAME and SOURCE_ID, use either COMPANY_ID or a combination of COMPANY_SOURCE_NAME and COMPANY_SOURCE_ID
ContactFieldName.COMPANY_SOURCE_ID
[Optional][String] The parent company source id., only required when using combination SOURCE_NAME and SOURCE_ID, use either COMPANY_ID or a combination of COMPANY_SOURCE_NAME and COMPANY_SOURCE_ID
ContactFieldName.MAILING_LIST
[Optional][Enum] Indicates whether the contact is subscribed to the mailing list., must be one of the following: [Y, N]
Member Of
ContactCsvMapping
input