ContactImport

ContactImport is an object representing attributes necessary to upsert a Contact.

Input Fields

contact_method (ContactMethod)

(Required to Create) The method by which this contact should be contacted.

email (String)

Max length 255 characters. Required if contact method is EMAIL.

first_name (String)

(Required to Create) The first name of the contact.

last_name (String)

(Required to Create) The last name of the contact.

phone_number (String)

Max length 255 characters. Required if contact method is PHONE or TEXT.

sentera_id (ID)

(Required to Update) The ID of an existing contact. Will cause the existing contact to be updated.