You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #2251 it's not possible to create or update these information with an API call:
| job | string | The job title of the contact. Max 255 characters. |
| company | string | The company which employs the contact. Max 255 characters. |
| food_preferencies | string | The food preferencies of the contact. Max 100000 characters. |
| first_met_information | string | The information (ie where and how) the user has met the contact. Max 1000000 characters. |
| first_met_date | string | The date you first met the contact. Format: 'YYYY-MM-DD'. |
| first_met_date_is_age_based | boolean | Indicates whether the first_met_date is age based or not. |
| first_met_date_is_year_unknown | boolean | Indicates whether we know the year or not. |
| first_met_date_age | integer | The number of years between the first_met_date and the current year. |
| first_met_through_contact_id | integer | The contact whose made the introduction to this person. |
| avatar_url | string | The URL of an external image that would serve as the avatar of the contact. Max 400 characters. |
The text was updated successfully, but these errors were encountered:
Since #2251 it's not possible to create or update these information with an API call:
| job | string | The job title of the contact. Max 255 characters. |
| company | string | The company which employs the contact. Max 255 characters. |
| food_preferencies | string | The food preferencies of the contact. Max 100000 characters. |
| first_met_information | string | The information (ie where and how) the user has met the contact. Max 1000000 characters. |
| first_met_date | string | The date you first met the contact. Format: 'YYYY-MM-DD'. |
| first_met_date_is_age_based | boolean | Indicates whether the first_met_date is age based or not. |
| first_met_date_is_year_unknown | boolean | Indicates whether we know the year or not. |
| first_met_date_age | integer | The number of years between the first_met_date and the current year. |
| first_met_through_contact_id | integer | The contact whose made the introduction to this person. |
| avatar_url | string | The URL of an external image that would serve as the avatar of the contact. Max 400 characters. |
The text was updated successfully, but these errors were encountered: