Apollo People Match Block
Find and enrich personal information using Apollo’s people match service
The Apollo People Match block enables users to retrieve and enrich personal information using Apollo’s API. It collects various personal details such as name, email, and LinkedIn URL, and can optionally include personal emails. This block is useful for applications requiring enhanced personal data insights.
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 enriched personal information from Apollo’s API. This structured output can be used for further processing or integration within your workflow.
Usage Context
Use this block when you need to match and enrich personal information using Apollo’s API. This is useful for applications such as CRM systems, contact management, and data enrichment services.
Best Practices
- Ensure all input fields are filled with accurate data to get the best match results.
- Use Jinja templating to dynamically populate input fields based on workflow state.
- Be cautious when revealing personal emails to comply with privacy regulations.