Legacy Mailbox API 1.0 is deprecated
Legacy Mailbox API 1.0 was deprecated on November 20, 2019. Please use Mailbox API 2.0 going forward. If you have any questions or need help with the new API, please reach out.
Customer Object
Field Guide
The following fields are returned when listing customers.
Name | Type | Example | Notes |
---|---|---|---|
id | Int | 29418 | Unique identifier |
firstName | String | Vernon | |
lastName | String | Bear | |
photoUrl | String | http://twitter.com/img/some-avatar.jpg | |
photoType | String | Type of photo. Possible values include:
|
|
gender | String | Male | Gender of this customer. Possible values include:
|
age | String | 30-35 | |
organization | String | Acme, Inc | |
jobTitle | String | CEO and Co-Founder | |
location | String | Greater Dallas/FT Worth Area | |
createdAt | Datetime | 2012-07-23T12:34:12Z | UTC time when this customer was created. |
modifiedAt | Datetime | 2012-07-24T20:18:33Z | UTC time when this customer was modified. |
Additional Fields
In addition to the fields above, the following fields are returned when retrieving a single Customer.
Name | Type | Example | Notes |
---|---|---|---|
background | String | I've worked with Vernon before and he's really great. | This is the Notes field from the user interface. |
address | CustomerAddress | ||
socialProfiles | Collection | Collection of CustomerSocialProfile objects | |
emails | Collection | Collection of CustomerEmail objects | |
phones | Collection | Collection of CustomerPhone objects | |
chats | Collection | Collection of CustomerChat objects | |
websites | Collection | Collection of CustomerWebsite objects |