Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The social enrichment from full contact allows a user to append social enrichment data to the lead.

What this enrichment job can do is Query the Enrich API 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 & personal)email (business & )

  • phone (personal)

  • Linkedin URL

  • Twitter handle

  • Twitter User ID

  • Github URL

This is the default configuration of the job

Image Added

This is an example of the full configuration available (the below options have to be lead data)

...

  1. email (business)

  2. email (personal)

  3. First name

  4. Last Name

  5. phone (business)

  6. phone (personal)

  7. Linkedin URL

  8. Twitter handle

  9. Twitter User ID

  10. Github URL

Example Set up

...

Sample request:

when querying the field email and Linkedin URL only

Code Block
{
   "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:

Code Block
{
   "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"
      }
   ]
}