Customer Chat Object
Field Guide
Name | Type | Example | Notes |
---|---|---|---|
id | Int | 77183 | Unique identifier |
value | String | jsprout | |
type | String | aim | Chat type. Possible values include:
|
Example
{
"id": 77183,
"value": "jsprout",
"type": "aim"
}