Customer Social Profile Object
Field Guide
| Name | Type | Example | Notes |
|---|---|---|---|
| id | Int | 9184 | Unique identifier |
| value | String | https://twitter.com/helpscout | |
| type | String | Type of social profile. Possible values include:
|
Example
{
"id": 9184,
"value": "https://twitter.com/helpscout",
"type": "twitter"
}