email |
string |
The email address of the contact. This method identifies each unique contact using their email address. |
|
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. The <code>birthday_month</code> property is required if you use <code>birthday_day</code>. |
[optional] |
birthday_day |
int |
The day value for the contact's birthday. Valid values are from 1 through 31. The <code>birthday_day</code> property is required if you use <code>birthday_month</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] |
phone |
string |
The primary phone number for the contact. Use this field to add the default kind of phone number to the imported contact's phone number. Default <code>kind</code> is <code>other</code>. |
[optional] |
home_phone |
string |
The home phone number for the contact. |
[optional] |
work_phone |
string |
The work phone number for the contact. |
[optional] |
mobile_phone |
string |
The mobile phone number for the contact. |
[optional] |
other_phone |
string |
A phone number for the contact. |
[optional] |
street |
string |
Line one of the primary street address for the contact. Use this field to add the default kind of street to the imported contact's street address. The default <code>kind</code> is <code>home</code>. which maps to the <code>street_addresses</code> array` in the response. |
[optional] |
street2 |
string |
Line two of the primary street address for the contact. This value is automatically appended to the <code>street</code> value. Use this field to add the default kind for line two of the street address to the imported contact's address. The default <code>kind</code> is <code>other</code>. |
[optional] |
city |
string |
The name of the primary city for the contact. Use this field to add the default kind of city to the imported contact's home address. The default <code>kind</code> is <code>home</code>. |
[optional] |
state |
string |
The name of the primary state or province for the contact. Use this field to add the default kind of state to the imported contact's home address. The default <code>kind</code> is <code>home</code>. |
[optional] |
zip |
string |
The zip or postal code associated with the contact's primary address. Use this field to add the default kind of zip to the imported contact's street address. The default <code>kind</code> is <code>home</code>. |
[optional] |
country |
string |
The name of the primary country where the contact is located. Use this field to add the default kind of country to the imported contact's street address. The default <code>kind</code> is <code>home</code>. |
[optional] |
home_street |
string |
Line one of the home street address for the contact. |
[optional] |
home_street2 |
string |
Line two of the home street address for the contact. This value is automatically appended to the <code>home_street</code> value. |
[optional] |
home_city |
string |
The name of the city where the contact lives. |
[optional] |
home_state |
string |
The name of the home state or province where the contact lives. |
[optional] |
home_zip |
string |
The zip or postal code associated with the contact's home address. |
[optional] |
home_country |
string |
The name of the country where the contact lives. |
[optional] |
work_street |
string |
Line one of the work street address for the contact. |
[optional] |
work_street2 |
string |
Line two of the work street address for the contact. This value is automatically appended to the <code>work_street</code> value. |
[optional] |
work_city |
string |
The name of the city where the contact works. |
[optional] |
work_state |
string |
The name of the state or province where the contact works. |
[optional] |
work_zip |
string |
The zip or postal code associated with the contact's work address. |
[optional] |
work_country |
string |
The name of the country where the contact works. |
[optional] |
other_street |
string |
Line one of the other street address for the contact. |
[optional] |
other_street2 |
string |
Line two of the other street address for the contact. This value is automatically appended to the <code>other_street</code> value. |
[optional] |
other_city |
string |
The name of another city where the contact is located. |
[optional] |
other_state |
string |
The name of another state or province where the contact is located. |
[optional] |
other_zip |
string |
The zip or postal code associated with the contact's other address. |
[optional] |
other_country |
string |
The name of another country where the contact is located. |
[optional] |
cfcustom_field_name |
string |
The name of this property is dynamic based on the custom fields you want to import. Use a key-value pair where the key is an existing custom field name prefixed with <code>cf:</code>, and the value is a custom field string value. For example, if you have a custom field named <code>first_name</code> you can use <code>"cf:first_name":"Joe"</code>. Each contact can contain up to 25 different custom fields. |
[optional] |