enrich_person
Enrich person data and reveal contact details like email addresses and phone numbers using Apollo.io's sales intelligence platform.
Instructions
Enrich a person's information and reveal contact details.
This tool enriches person data and can reveal email addresses and phone numbers. The more information provided, the higher the match likelihood.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "string"
}
],
"title": "Request"
}
},
"required": [
"request"
],
"type": "object"
}