Hunter · Arazzo Workflow
Hunter Domain Search to Build a Verified List
Version 1.0.0
Search a domain, create a list, verify the top email, and upsert it as a lead.
View Spec
View on GitHub
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales IntelligenceArazzoWorkflows
Provider
Workflows
domain-search-build-list
Domain search, create a list, verify the top email, and upsert it as a lead.
Searches a domain, creates a leads list, verifies the first email found, and upserts that email into the new list when verification passes.
1
searchDomain
domainSearch
Search the domain and capture the first discovered email address along with the detected pattern.
2
createList
createLeadsList
Create a leads list to hold the leads discovered for this domain.
3
verifyEmail
emailVerifier
Verify the first discovered email and branch: upsert it as a lead when valid, otherwise end without saving.
4
upsertLeadStep
upsertLead
Upsert the verified email into the newly created list, creating the lead when new or updating it when it already exists.