Hunter · Arazzo Workflow
Hunter Reverify Lead
Version 1.0.0
Retrieve a stored lead, re-verify its email, and update or delete it based on the result.
View Spec
View on GitHub
Email FinderEmail VerifierLead GenerationOutreachProspectingEnrichmentSalesMarketingArazzoWorkflows
Provider
Workflows
reverify-lead
Re-verify a stored lead and update it if valid or delete it if invalid.
Fetches a lead, re-verifies its email, and branches to refresh the lead when still valid or delete it when it has become invalid.
1
getLead
getLead
Retrieve the stored lead by id to read its current email address.
2
reverifyEmail
emailVerifier
Re-verify the stored email and branch to refresh the lead when valid or delete it when invalid.
3
refreshLead
updateLead
Update the still-valid lead with its refreshed confidence score from the latest verification.
4
deleteLead
deleteLead
Delete the lead whose email has gone invalid so it no longer pollutes future campaigns.
Source API Descriptions
openapi