Generate email address variations
Generates one valid email address based on various combinations containing the individuals first name, last name, and company domain.
Common use cases
- Data Manipulation
- Data Management
Category
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| First name | The first name of the person to generate an email for | Text | Yes | John |
| Last name | The last name of the person to generate an email for | Text | Yes | Smith |
| Company domain | The domain to be used for the email address | URL | Yes | e.g. apple.com, wrk.com |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in the Data Library are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| Email address | The generated email address | Email | Yes | johnsmith@wrk.com |
| Confidence | An indicator on the degree of validity of the email | Email | Yes | johnsmith@wrk.com |
Outcomes
| NAME | DESCRIPTION |
|---|
| Success | This status is selected if the email address is successfully generated from text. |
| No result | This status is selected in the event of the following scenarios:- No email address could be generated |
| Unsuccessful | This status is selected in the event of the following scenarios:- Name and company domain not provided |
Requirements