Hunter · Arazzo Workflow
Hunter Enrich, Verify, and Create Lead
Version 1.0.0
Enrich a person from an email, verify the address, and save a verified lead.
View Spec
View on GitHub
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales IntelligenceArazzoWorkflows
Provider
Workflows
enrich-verify-create-lead
Enrich a person by email, verify it, and create an enriched lead when valid.
Resolves a person's name and employer from an email via enrichment, verifies the email, and creates a lead populated with the enriched fields only when the verification status is valid.
1
enrichPerson
emailEnrichment
Enrich the email address into a person record, capturing the discovered name and employer for use when building the lead.
2
verifyEmail
emailVerifier
Verify the deliverability of the email and branch: create an enriched lead when valid, otherwise end without saving.
3
createLeadStep
createLead
Create a lead populated with the enriched name and company for the verified email address.