Apollo People Match Block
Use Apollo to find and match a person’s information
The Apollo People Match block enables users to find detailed information about a person using the Apollo API. By providing various personal details, users can retrieve enriched data, including personal emails, from Apollo’s database. This block is useful for enriching datasets with verified personal information.
Configuration (Required)
The first name of the person. This field supports Jinja templating for dynamic input.
The last name of the person. This field supports Jinja templating for dynamic input.
The full name of the person. This field supports Jinja templating for dynamic input.
The email address of the person. This field supports Jinja templating for dynamic input.
The name of the person’s employer. This field supports Jinja templating for dynamic input.
The domain name for the person’s employer. This field supports Jinja templating for dynamic input.
The URL for the person’s LinkedIn profile. This field supports Jinja templating for dynamic input.
Set to true to enrich the person’s data with personal emails. This field supports Jinja templating for dynamic input.
Outputs
The block outputs the enriched information about the person retrieved from Apollo, formatted as a JSON object.
Usage Context
Use this block to enhance your data with verified personal information from Apollo’s database. This is particularly useful for marketing, research, and data enrichment tasks.
Best Practices
- Ensure that the input fields are correctly populated to maximize the accuracy of the data retrieved.
- Use Jinja templating to dynamically populate input fields based on workflow state.
- Handle API errors gracefully to ensure robust workflow execution.