Back to Autogpt

Apollo Person

docs/integrations/block-integrations/apollo/person.md

0.6.441.9 KB
Original Source

Apollo Person

<!-- MANUAL: file_description -->

Blocks for enriching individual person data including contact details and email discovery.

<!-- END MANUAL -->

Get Person Detail

What it is

Get detailed person data with Apollo API, including email reveal

How it works

<!-- MANUAL: how_it_works -->

This block enriches person data using Apollo's API. You can look up by Apollo person ID for best accuracy, or match by name plus company information, LinkedIn URL, or email address.

Returns comprehensive contact details including email addresses (if available), job title, company information, and social profiles.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
person_idApollo person ID to enrich (most accurate method)strNo
first_nameFirst name of the person to enrichstrNo
last_nameLast name of the person to enrichstrNo
nameFull name of the person to enrich (alternative to first_name + last_name)strNo
emailKnown email address of the person (helps with matching)strNo
domainCompany domain of the person (e.g., 'google.com')strNo
companyCompany name of the personstrNo
linkedin_urlLinkedIn URL of the personstrNo
organization_idApollo organization ID of the person's companystrNo
titleJob title of the person to enrichstrNo

Outputs

OutputDescriptionType
errorError message if enrichment failedstr
contactEnriched contact informationDict[str, Any]

Possible use case

<!-- MANUAL: use_case -->

Contact Enrichment: Get full contact details from partial information like name and company.

Email Discovery: Find verified email addresses for outreach campaigns.

Profile Completion: Fill in missing contact details in your CRM or database.

<!-- END MANUAL -->