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)

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. This field supports Jinja templating for dynamic input.

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

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.
Built with