2020-02-23 07:24:29 +00:00
|
|
|
type: object
|
2021-11-17 13:25:15 +00:00
|
|
|
required:
|
|
|
|
- inbox_id
|
2020-02-23 07:24:29 +00:00
|
|
|
properties:
|
|
|
|
inbox_id:
|
|
|
|
type: number
|
2020-08-17 07:37:12 +00:00
|
|
|
name:
|
|
|
|
type: string
|
2021-08-13 07:32:46 +00:00
|
|
|
description: name of the contact
|
2020-08-17 07:37:12 +00:00
|
|
|
email:
|
|
|
|
type: string
|
2021-08-13 07:32:46 +00:00
|
|
|
description: email of the contact
|
2020-08-17 07:37:12 +00:00
|
|
|
phone_number:
|
|
|
|
type: string
|
2021-08-13 07:32:46 +00:00
|
|
|
description: phone number of the contact
|
2022-07-12 08:03:16 +00:00
|
|
|
avatar:
|
|
|
|
type: string <binary>
|
|
|
|
description: Send the form data with the avatar image binary or use the avatar_url
|
|
|
|
avatar_url:
|
|
|
|
type: string
|
|
|
|
description: The url to a jpeg, png file for the contact avatar
|
2021-11-17 13:25:15 +00:00
|
|
|
identifier:
|
2021-08-13 07:32:46 +00:00
|
|
|
type: string
|
|
|
|
description: A unique identifier for the contact in external system
|
2021-09-04 12:26:46 +00:00
|
|
|
custom_attributes:
|
|
|
|
type: object
|
|
|
|
description: An object where you can store custom attributes for contact. example {"type":"customer", "age":30}
|