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)

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