bulk_enrich_people
Enrich up to 10 people in a single API call using Apollo data. Provide names and domain or email for batch enrichment.
Instructions
[Apollo] Enrich up to 10 people in a single API call.
Best for: enriching a batch of contacts at once — faster than looping over enrich_person and uses the same total credits (1 per matched person). Works on free Apollo plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| people | Yes | List of people to enrich — maximum 10 per call. Each person needs: first_name + last_name + domain (or organization_name), OR just an email address. | |
| reveal_personal_emails | No | If True, attempt to return personal email addresses for all people. Requires a paid Apollo plan. |