apollo.enrichPerson matches and enriches one person for 1–9 Apollo credits.
automations/enrich-apollo-person.automation.ts
personId, email, a 32/64-character hashedEmail, linkedinUrl, name, or first/last name, optionally with employer domain or organizationName. revealPersonalEmails defaults to false. revealPhoneNumber, runWaterfallEmail, and runWaterfallPhone also default to false and require a public HTTPS webhookUrl. Optional second argument { account } selects the binding.
Returns { person: ApolloPerson | null; requestId?: string | number }. Use apollo.pollWebhookResult to check asynchronous phone and waterfall data that arrives through the webhook. Waterfall vendors may charge even without a match.