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)

First Name
string

The first name of the person. This field supports Jinja templating for dynamic input.

Last Name
string

The last name of the person. This field supports Jinja templating for dynamic input.

Full Name
string

The full name of the person. This field supports Jinja templating for dynamic input.

Email
string

The email address of the person. This field supports Jinja templating for dynamic input.

Organization Name
string

The name of the person’s employer. This field supports Jinja templating for dynamic input.

Domain
string

The domain name for the person’s employer. This field supports Jinja templating for dynamic input.

LinkedIn URL
string

The URL for the person’s LinkedIn profile. This field supports Jinja templating for dynamic input.

Reveal Personal Emails
boolean

Set to true to enrich the person’s data with personal emails. The default value is false.

See Workflow Logic & State > State Management for details on using dynamic variables in this block.

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.