FIND_EMAIL_HUNTER

Get the email address of a person as well as the delivery confidence score.

icon of HunterHunter
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
FIND_EMAIL_HUNTER(domainfirst_namelast_name)
domain

The company domain name for which you want to return email addresses. For example: "stripe.com". You can send a company name instead, but it's less accurate.

first_name

The person's first name. For example: "John".

last_name

The person's last name. For example: "Doe".

Examples

FIND_EMAIL_HUNTER("stripe.com", "john", "smith") returns an email address for John Smith at stripe.com, along with a confidence score.