find_email
Finds a person's business email by generating and SMTP-verifying email permutations from their name and company domain.
Instructions
Find ONE person's business email from their name and company domain. Generates ~50 permutations and SMTP-verifies each, waits for the result, and returns the best match (or not_found). Charges 10 Fox Credits per find.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Company domain, e.g. stripe.com | |
| last_name | Yes | Person's last name | |
| first_name | Yes | Person's first name | |
| middle_name | No | Optional middle name for more permutations |