Reveal a person's email address on Apollo by their person id (from search_people). This adds the person to "My Prospects" and consumes an Apollo credit, same as clicking "Access email" in the UI.
Input
person_idrequired
Apollo person id, e.g. from search_people's people[].id
Output
emailrequired
person_idrequired
nameoptional
FAQ
Reveal a person's email address on Apollo by their person id (from search_people). This adds the person to "My Prospects" and consumes an Apollo credit, same as clicking "Access email" in the UI.
Required: person_id.
It returns name, email, person_id.
Yes. It acts as you on apollo.io: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the apollo.io cookies saved by the Reduck extension.
It makes changes on apollo.io, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/apollo.io/get_contact_email, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/apollo.io/get_contact_email
It is part of Reduck's official curated catalogue.