Updating social media for a contact

The API provides feature to update or add the social media profile URL for a contact, we can update Facebook, Twitter, Google+ and LinkedIn profiles for a contact, in order to update the social media, we need to pass the list of social media along with the social medial Id and contact Id and value of URL, we only need to enter the profile name or suffix of URL, i.e. for Linkedin- http://www.linkedin.com/jacknovwell , your URL Suffix name is 'jacknovwell'.

Request Information

Body Parameters

Body parameters need to be integrated as json key value collection followed by valid object notations, below if the list of parameters can be sent as request body by an integrator.

List of Social Medias to be saved or updated

Collection of Object

None.

Request Format

Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.

Sample not available.

Social media options

Below is the list of social media we support to add and example of URL suffix:

Facebook: https://www.facebook.com/jacknovwell
Twitter: https://twitter.com/jacknovwell
Google+: https://plus.google.com/+jacknovwell(In case friendly setting is configured in Google+ otherwise /u/0/11194012947877231233)
Linkedin: http://www.linkedin.com/in/jacknovwell

Adding social medial for a contact

Below is the sample of request to set the list of social media for a contact:

[
  {
    SocialMediaType: 1,
    URLSuffixValue: "jacknovwell",
    RelatedToId: 9831292
  },
  {
    SocialMediaType: 2,
    URLSuffixValue: "jacknovwell",
    RelatedToId: 9831292
  },
  {
    SocialMediaType: 3,
    URLSuffixValue: "+jacknovwell",
    RelatedToId: 9831292
  },
  {
    SocialMediaType: 4,
    URLSuffixValue: "jacknovwell",
    RelatedToId: 9831292
  }
]

Response Information

Resource Description

Returns the Social Medias that got saved along with the Social-Media-Id for each record captured in the 'Id' Field

Collection of Object

None.

Response Formats

Sample not available.