Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 883 Bytes

File metadata and controls

23 lines (15 loc) · 883 Bytes

ContactFields

A container for fields of a request body of a contact

Properties

Name Type Description Notes
phoneNumber String Phone number in e.164 format
email String The email of the contact [optional]
firstName String The first name of the contact [optional]
lastName String The last name of the contact [optional]
company String The company of the contact [optional]
title String The title of the contact [optional]
custom String The first custom field [optional]
custom2 String The second custom field [optional]
custom3 String The third custom field [optional]
custom4 String The fourth custom field [optional]