Skip to main content

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

  • Text

Inputs (what you have)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
First nameThe first name of the person to generate an email forTextYesJohn
Last nameThe last name of the person to generate an email forTextYesSmith
Company domainThe domain to be used for the email addressURLYese.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)

NAMEDESCRIPTIONTYPEREQUIREDEXAMPLE
Email addressThe generated email addressEmailYesjohnsmith@wrk.com
ConfidenceAn indicator on the degree of validity of the emailEmailYesjohnsmith@wrk.com

Outcomes

NAMEDESCRIPTION
SuccessThis status is selected if the email address is successfully generated from text.
No resultThis status is selected in the event of the following scenarios:- No email address could be generated
UnsuccessfulThis status is selected in the event of the following scenarios:- Name and company domain not provided

Requirements

  • N/A