Customer Social Profile Object

Field Guide

Name Type Example Notes
id Int 9184 Unique identifier
value String https://twitter.com/helpscout  
type String twitter Type of social profile. Possible values include:
  • twitter
  • facebook
  • linkedin
  • aboutme
  • google
  • googleplus
  • tungleme
  • quora
  • foursquare
  • youtube
  • flickr
  • other

Example

{	
    "id": 9184,
    "value": "https://twitter.com/helpscout",
    "type": "twitter"
}