fetch_full_contact_emails(email: category, {
    "param": value,
    ...
}) -> (
	fullName: category,
	age: number,
	gender: category,
	location: category,
	title: category,
	organization: category,
	twitter: category,
	linkedin: category,
	facebook: category,
	bio: text,
	avatar: url,
	website: url,
	given_name: category,
	family_name: category,
	education_institution: category,
	education_degree: category
)

???+ info “API integration” To use this step your team needs to have the Full Contact integration configured in Graphext. The corresponding credentials are required to connect to a third-party API. You can configure API integrations following the INTEGRATIONS or ADD INTEGRATION link in the top-left corner of your Team’s page, selecting API keys, and then the name of the desired third-party service.

To enable the Full Contact integration in particular you will need access to Full Contact’s service. Follow the instructions here to create the required API key.

fetch_full_contact_emails(email: category, {
    "param": value,
    ...
}) -> (
	fullName: category,
	age: number,
	gender: category,
	location: category,
	title: category,
	organization: category,
	twitter: category,
	linkedin: category,
	facebook: category,
	bio: text,
	avatar: url,
	website: url,
	given_name: category,
	family_name: category,
	education_institution: category,
	education_degree: category
)
integration
string
required

ID of the integration you’d like to use.