get_person_email
Retrieve email addresses for individuals using their Apollo.io person ID to enable direct communication and outreach.
Instructions
Get email address for a person using their Apollo ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apollo_id | Yes | Apollo.io person ID |
Input Schema (JSON Schema)
{
"properties": {
"apollo_id": {
"description": "Apollo.io person ID",
"type": "string"
}
},
"required": [
"apollo_id"
],
"type": "object"
}