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.
Usage
The following example shows how the step can be used in a recipe.Examples
Examples
- Example 1
- Signature
The step has no configuration parameter, so it’s simply
Inputs & Outputs
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
Inputs
column[category]
required
Emails to fetch personal information for.
Outputs
Outputs
column[category]
required
Full name of the person.
column[number]
required
Age of the person.
column[category]
required
Gender of the person (M/F).
column[category]
required
Currently known location.
column[category]
required
Current title the person holds at the organization.
column[category]
required
Current organization a person belongs to.
column[category]
required
Twitter profile.
column[category]
required
LinkedIn profile.
column[category]
required
Facebook profile.
column[text]
required
Biography as extracted from social media accounts.
column[url]
required
Picture uses in social media accounts.
column[url]
required
Personal website.
column[category]
required
Person’s given name.
column[category]
required
Person’s family name.
column[category]
required
Category containing the most relevant educational institution the person attended.
column[category]
required
Category representing the degree obtained at this institution.
Configuration
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
Parameters
string
required
ID of the integration you’d like to use.