Fullcontact Api



Here, you can see the code that integrates FullContact with your login process. Get your FullContact API key and paste it in the rule editor. Replace FULLCONTACTKEY default value with this key. Note: In your rule editor, you will see a slack integration that alerts errors generated while gathering data from FullContact.

  1. Fullcontact Api Maltego
  2. Fullcontact Api
  3. Fullcontact Api Limits
  4. Full Contact Software
  5. Full Contact Guitar Bridge

Apex REST API Integration with Third party application

Fullcontact Api Maltego

In this Example, We are going to see how to integrate Fullcontact API with salesforce through REST webservice

As we are going ahead with Apex REST webservice, response from fullcontact API will be in JSON format.

Api

prerequisite :-

Fullcontact is a Node.js module that wraps the fullcontact API. It implements the following API endpoints: Location; Person; Email; Name; Company; If you want any special endpoints or queries on endpoints implemented feel free to make a PR or an issue! Keys add fullcontactapi apikeygoeshere keys add shodan-api apikeygoeshere. As you can see in my output from above, I’ve got Shodan and FullContact keys installed, as well as Twitter API keys. If you mistype a key, or want to delete a key, you can remove keys as well. For example, I’ll remove the key for fullcontactapi. Read writing from FullContact Technology Blog on Medium. Detailing our technical journey to building a world-class Identity Resolution platform. Every day, FullContact Technology Blog and thousands of other voices read, write, and share important stories on Medium.

  • You need to sign up in fullcontact.com in order to get API key which we needed during making a webservice call from salesforce.
  • Important thing is we are going ahead with person method with an email parameter to lookup information about a specific person by email from fullcontact API.
  • Person API developer guide overview :- https://www.fullcontact.com/developer/docs/person/
  • Then you need to create a remote site settings in salesforce for that fullcontact.com as shown below
  • When we try to deserialize the specified JSON string, it needs to be deserialized into Apex object of the specified type.
  • In this case, Json data will be coming as List which contains primitive types, so we need to define a wrapper class in salesforce to handle those primitive data types during deserialization and the variables should match during conversion from JSON into Apex understandable format.
  • For managing apex variables in wrapper class, we can use this Json2Apex herokuapp where we can parse Json structure and we can get strongly typed Apex code to handle json primitive data types during deserialization.

Working code

Once you we done with prerequisite, then we need to create two apex class, one to make callout and other apex class to deserialize received JSON from fullcontact site.

Api

Apex class 1:-

Apex class 2 :-

Visualforce page :-

Fullcontact Api

After deserialization:-

Fullcontact

Enrich companies and people with data

Connect

Get the most out of FullContact!

Connecting FullContact with Rows gives you the power to enrich people and company with data, all in a spreadsheet.

Use cases

Things you can do when using FullContact with Rows include:

  • Enrich people with data by email address, social profile, or phone number.
  • Enrich companies with data by company domain.
  • Verify email addresses.

About FullContact

FullContact is a technology company that provides a suite of cloud-based software products for businesses, developers, and brands. Their main focus is privacy-safe Identity Resolution and real-time API integration. Their suite of offerings includes products like Enrich, which utilizes technology to augment customer data.

fullcontact.com/
GET_COMPANY_FULLCONTACT

Get details about a company, given their domain.

Fullcontact Api Limits

GET_PERSON_FULLCONTACT

Get details for a person using either their email address, Twitter handle, or phone number.

VERIFY_EMAIL_FULLCONTACT
Fullcontact api

Verify the deliverability of an email address.

FullContact content to help you get started!

Guides

Full Contact Software

Fullcontact api example

Full Contact Guitar Bridge

Other resources