Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 983 Bytes

File metadata and controls

16 lines (13 loc) · 983 Bytes

ContactCreate

Properties

Name Type Description Notes
inbox_id int
name str name of the contact [optional]
email 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]

[Back to Model list] [Back to API list] [Back to README]