Apollo People Match Block
Use Apollo to find a person’s information based on various identifiers
The Apollo People Match block enables users to retrieve detailed information about a person using various identifiers through the Apollo API. This block is particularly useful for enriching contact data and verifying personal details within workflows.
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. The default value is false.
Outputs
The block outputs a JSON object containing the enriched information about the person based on the provided identifiers. This structured output can be used for further processing or integration within the workflow.
Usage Context
Use this block to verify and enrich contact information within your workflow, especially when needing detailed data about a person based on limited identifiers.
Best Practices
- Ensure the input fields are populated with accurate data to improve the match results.
- Utilize Jinja templating to dynamically fill in input values from previous steps in the workflow.
- Handle potential errors gracefully when the API does not return expected results.