| Name | Type | Description | Notes |
|---|---|---|---|
| inbox_id | int | ||
| name | str | name of the contact | [optional] |
| str | email of the contact | [optional] | |
| phone_number | str | phone number of the contact | [optional] |
| avatar | str | Send the form data with the avatar image binary or use the avatar_url | [optional] |
| avatar_url | str | The url to a jpeg, png file for the contact avatar | [optional] |
| identifier | str | A unique identifier for the contact in external system | [optional] |
| custom_attributes | object | An object where you can store custom attributes for contact. example {"type":"customer", "age":30} | [optional] |