Hunter · Arazzo Workflow
Hunter Find, Verify, and Create Lead
Version 1.0.0
Find a person's email, verify it, and only save a lead when it is valid.
View Spec
View on GitHub
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales IntelligenceArazzoWorkflows
Provider
Workflows
find-verify-create-lead
Find and verify an email, then create a lead when verification passes.
Finds an email for a named person at a domain, verifies it, and creates a lead in the account only when the verification status is valid.
1
findEmail
emailFinder
Find the most likely email address for the named person at the domain along with a confidence score.
2
verifyEmail
emailVerifier
Verify the deliverability of the found email and branch on the result: create a lead when valid, otherwise end without saving.
3
createLeadStep
createLead
Create a lead in the account using the found and verified email address along with the person and company details.