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:
  • aim
  • gtalk
  • icq
  • xmpp
  • msn
  • skype
  • yahoo
  • qq
  • other

Example

{	
    "id": 77183,
    "value": "jsprout",
    "type": "aim"
}