Email deliverability for cold outreach depends critically on bounce rate. Sending to unverified email lists consistently produces bounce rates above 5 percent — which triggers spam filter classification from Gmail and Outlook that tanks open rates and risks domain blacklisting. For real estate agent outreach, where some agent email addresses from MLS data may be outdated (an agent who changed brokerages or retired still has a listing in the database), pre-send verification with Hunter.io is the standard practice that keeps bounce rates below 3 percent.

What Hunter.io Verification Does

Hunter.io's email verification API performs three checks before returning a status. The first is syntax validation — confirming the email address format is valid. The second is domain/MX record verification — confirming the domain exists and has active mail exchange records. The third is SMTP verification — connecting to the destination mail server and checking whether the specific address will accept delivery, without actually sending an email. The combined result classifies each address as Valid (safe to send), Risky (uncertain, send with caution), or Invalid (do not send). Filtering to Valid-only before queuing for Saleshandy keeps bounce rates consistently below 3 percent.

Integration in the n8n Workflow

Hunter.io's verification is called as an HTTP Request node in n8n, between the agent email extraction step and the Saleshandy contact creation step. The API call takes the email address as input and returns the verification status. Invalid addresses are written to a suppression log and excluded from the Saleshandy queue. Valid addresses proceed to contact creation. The verification step adds approximately $0.002 to $0.005 per address in API cost — negligible relative to the deliverability protection it provides. The full pipeline is demonstrated at omnionlinestrategies.com/real-estate-agent-outreach-machine.