Enrich a dataset containing email addresses with personal information using the FullContact service.
???+ 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.
The following example shows how the step can be used in a recipe.
Examples
The step has no configuration parameter, so it’s simply
The step has no configuration parameter, so it’s simply
General syntax for using the step in a recipe. Shows the inputs and outputs the step is expected to receive and will produce respectively. For futher details see sections below.
The following are the inputs expected by the step and the outputs it produces. These are generally
columns (ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
Emails to fetch personal information for.
Outputs
Full name of the person.
Age of the person.
Gender of the person (M/F).
Currently known location.
Current title the person holds at the organization.
Current organization a person belongs to.
Twitter profile.
LinkedIn profile.
Facebook profile.
Biography as extracted from social media accounts.
Picture uses in social media accounts.
Personal website.
Person’s given name.
Person’s family name.
Category containing the most relevant educational institution the person attended.
Category representing the degree obtained at this institution.
The following parameters can be used to configure the behaviour of the step by including them in
a json object as the last “input” to the step, i.e. step(..., {"param": "value", ...}) -> (output)
.
Parameters
ID of the integration you’d like to use.
Enrich a dataset containing email addresses with personal information using the FullContact service.
???+ 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.
The following example shows how the step can be used in a recipe.
Examples
The step has no configuration parameter, so it’s simply
The step has no configuration parameter, so it’s simply
General syntax for using the step in a recipe. Shows the inputs and outputs the step is expected to receive and will produce respectively. For futher details see sections below.
The following are the inputs expected by the step and the outputs it produces. These are generally
columns (ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
Emails to fetch personal information for.
Outputs
Full name of the person.
Age of the person.
Gender of the person (M/F).
Currently known location.
Current title the person holds at the organization.
Current organization a person belongs to.
Twitter profile.
LinkedIn profile.
Facebook profile.
Biography as extracted from social media accounts.
Picture uses in social media accounts.
Personal website.
Person’s given name.
Person’s family name.
Category containing the most relevant educational institution the person attended.
Category representing the degree obtained at this institution.
The following parameters can be used to configure the behaviour of the step by including them in
a json object as the last “input” to the step, i.e. step(..., {"param": "value", ...}) -> (output)
.
Parameters
ID of the integration you’d like to use.