Full Contact - Social Enrichment v3
The social enrichment job can Query the Enrich API from full contact with multiple identifiers.
With the configuration, you can now add multiple parameters which include the below.
email (business)
email (personal)
First name
Last Name
phone (business)
phone (personal)
Linkedin URL
Twitter handle
Twitter User ID
Github URL
This is the default configuration of the job
This is an example of the full configuration available (the below options have to be lead data)
email (business)
email (personal)
First name
Last Name
phone (business)
phone (personal)
Linkedin URL
Twitter handle
Twitter User ID
Github URL
to import these setting via json please use this (please note all the fields will need to be mapped to the form eg first_email_field
would be mapped to email):
{
"email":[
"first_email_field",
"second_email_field"
],
"name":{
"First Name":"first_name_field",
"Last Name":"last_name_field"
},
"phone":[
"first_telehpone_field",
"second_telehpone_field"
],
"profiles":[
{
"service":"linkedin",
"url":"linkedin_url_field"
},
{
"service":"twitter",
"username":"twitter_username_field"
},
{
"service":"twitter",
"userid":"twitter_userid_field"
},
{
"service":"github",
"url":"github_url_field"
}
]
}
Sample request:
when querying the fields email and Linkedin URL only
{
"url":"https:\/\/api.fullcontact.com\/v3\/person.enrich",
"data":"{\"emails\":[\"adam@convertr.io\"],\"profiles\":[{\"service\":\"linkedin\",\"url\":\"https:\\\/\\\/www.linkedin.com\\\/in\\\/adam-carter-ba01b038\\\/\"}]}",
"headers":{
"Authorization":"Bearer ********************",
"Content-Type":"application\/json"
}
}
Sample Response:
{
"fullName":"Adam Carter",
"ageRange":null,
"gender":"Male",
"location":"London, United Kingdom",
"title":"Product Manager",
"organization":"Convertr Media",
"twitter":null,
"linkedin":"https:\/\/www.linkedin.com\/in\/adam-carter-ba01b038",
"facebook":null,
"bio":"Aiming to use my technical skills, effective communication and relationship building expertise to help improve reporting and to streamline in-house processes. Convertr is a ground-breaking Customer Acquisition Platform, enabling brands, agencies and publishers to improve their ROI results across marketing campaigns.Our Global SaaS technology is at the forefront of data acquisition and activation, with an impressive array of 3rd party data integrations and advanced ABM functionality.Powered by automated data validation, enrichment, and CRM routing, Convertr's platform allows you to measure and manage ROI simply and in real-time; increasing sales performance and reducing critical wastage of time and marketing spend.",
"avatar":"https:\/\/img.fullcontact.com\/static\/a276809f7cece82ba390823759ab18cc_5eab2f87f17f51cd257d80c270b17fb44f8b499d547cfce82d2c7feef0d404e0",
"website":null,
"details":{
"name":{
"given":"Adam",
"family":"Carter",
"full":"Adam Carter"
},
"age":null,
"gender":"Male",
"demographics":{
"gender":"Male"
},
"emails":[
],
"phones":[
],
"locations":[
{
"city":"London",
"region":"England",
"regionCode":"ENG",
"country":"United Kingdom",
"countryCode":"GB",
"formatted":"London, United Kingdom"
},
{
"country":"United Kingdom",
"countryCode":"GB",
"formatted":"United Kingdom"
}
],
"education":[
{
"name":"De Montfort University",
"end":{
"year":2010
}
},
{
"name":"De Montfort University",
"degree":"Business & Information Systems, Computer Science, 2.2",
"end":{
"year":2010
}
},
{
"name":"De Montfort University",
"degree":"Business & Information Systems",
"end":{
"year":2010
}
},
{
"name":"De Montfort University|",
"degree":"Business & Information Systems",
"end":{
"year":2010
}
}
],
"urls":[
],
"interests":[
]
},
"updated":"2020-03-12",
"status":200,
"photos":[
{
"type":"google",
"typeId":"google",
"typeName":"GooglePlus",
"url":"https:\/\/img.fullcontact.com\/static\/a276809f7cece82ba390823759ab18cc_5eab2f87f17f51cd257d80c270b17fb44f8b499d547cfce82d2c7feef0d404e0",
"isPrimary":true
}
],
"socialProfiles":[
{
"username":"adam-carter-ba01b038",
"id":"131861928",
"url":"https:\/\/www.linkedin.com\/in\/adam-carter-ba01b038",
"bio":"Aiming to use my technical skills, effective communication and relationship building expertise to help improve reporting and to streamline in-house processes. Convertr is a ground-breaking Customer Acquisition Platform, enabling brands, agencies and publishers to improve their ROI results across marketing campaigns.Our Global SaaS technology is at the forefront of data acquisition and activation, with an impressive array of 3rd party data integrations and advanced ABM functionality.Powered by automated data validation, enrichment, and CRM routing, Convertr's platform allows you to measure and manage ROI simply and in real-time; increasing sales performance and reducing critical wastage of time and marketing spend.",
"typeId":"linkedin",
"followers":456,
"following":456,
"type":"linkedin",
"typeName":"LinkedIn"
}
],
"organizations":[
{
"name":"Convertr Media",
"current":true,
"title":"Product Manager",
"startDate":"11-2016"
},
{
"name":"Convertr Media",
"current":false,
"title":"Technical Account Manager",
"startDate":"6-2014",
"endDate":"11-2016"
},
{
"name":"Play",
"current":false,
"title":"Account Opening Advisor",
"startDate":"6-2012",
"endDate":"6-2014"
},
{
"name":"Novartis Animal Health",
"current":false,
"title":"Junior Business Analyst",
"startDate":"6-2008",
"endDate":"6-2009"
}
]
}
To reference these fields in the integrations please see below:
|
|
---|---|
LinkedIn url |
|
Organization |
|
Title |
|
Location |
|
Full Name |
|