guess_email
Predict a person's email address from their name and company domain using common email patterns.
Instructions
Guess an email address based on name and domain using common email patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Company domain name | |
| lastName | Yes | Last name of the person | |
| firstName | Yes | First name of the person | |
| fromEmail | No | Email address to use as the sender in SMTP verification (optional) |