| contact_id |
string |
Unique ID for each contact resource |
[optional] [readonly] |
| email_address |
\OpenAPI\Client\Model\EmailAddress |
|
[optional] |
| first_name |
string |
The first name of the contact. |
[optional] |
| last_name |
string |
The last name of the contact. |
[optional] |
| job_title |
string |
The job title of the contact. |
[optional] |
| company_name |
string |
The name of the company where the contact works. |
[optional] |
| birthday_month |
int |
The month value for the contact's birthday. Valid values are from 1 through 12. You must use this property with <code>birthday_month</code>. |
[optional] |
| birthday_day |
int |
The day value for the contact's birthday. Valid values are from 1 through 12. You must use this property with <code>birthday_day</code>. |
[optional] |
| anniversary |
string |
The anniversary date for the contact. For example, this value could be the date when the contact first became a customer of an organization in Constant Contact. Valid date formats are MM/DD/YYYY, M/D/YYYY, YYYY/MM/DD, YYYY/M/D, YYYY-MM-DD, YYYY-M-D,M-D-YYYY, or M-DD-YYYY. |
[optional] |
| update_source |
string |
Identifies who last updated the contact; valid values are <code>Contact</code> or <code>Account</code>. |
[optional] |
| create_source |
string |
Describes who added the contact; valid values are <code>Contact</code> or <code>Account</code>. Your integration must accurately identify <code>create_source</code> for compliance reasons; value is set when contact is created. |
[optional] |
| created_at |
\DateTime |
System generated date and time that the resource was created, in ISO-8601 format. |
[optional] [readonly] |
| updated_at |
\DateTime |
System generated date and time that the contact was last updated, in ISO-8601 format. |
[optional] [readonly] |
| deleted_at |
\DateTime |
For deleted contacts (<code>email_address</code> contains <code>opt_out_source</code> and <code>opt_out_date</code>), shows the date of deletion. |
[optional] [readonly] |
| custom_fields |
\OpenAPI\Client\Model\ContactCustomField[] |
Array of up to 25 <code>custom_field</code> subresources. |
[optional] |
| phone_numbers |
\OpenAPI\Client\Model\PhoneNumber[] |
Array of up to 3 <code>phone_numbers</code> subresources. |
[optional] |
| street_addresses |
\OpenAPI\Client\Model\StreetAddress[] |
Array of up to 3 <code>street_addresses</code> subresources. |
[optional] |
| list_memberships |
string[] |
Array of up to 50 <code>list_ids</code> to which the contact is subscribed. |
[optional] |
| taggings |
string[] |
Array of tags (<code>tag_id</code>) assigned to the contact, up to a maximum of 50. |
[optional] |
| notes |
\OpenAPI\Client\Model\Note[] |
An array of notes about the contact listed by most recent note first. |
[optional] |
| sms_channel |
\OpenAPI\Client\Model\ContactResourceSmsChannel |
|
[optional] |