Saleshandy email verification with BillionVerify
Saleshandy is a cold email outreach platform that helps sales teams automate personalized email sequences, track engagement, and scale prospecting without landing in spam. Because cold outreach starts with no prior relationship, list quality is the single most important factor in deliverability and reply rates.
Why verify before the send
Cold email to unverified addresses is a fast path to high bounce rates, which erodes your sending domain's reputation and triggers spam filters for every subsequent email you send. BillionVerify screens prospect lists before they are loaded into Saleshandy, removing invalid, disposable, and catch-all addresses so your sequences reach real decision-makers and your domain stays healthy.
Ready-to-use n8n workflow
Import this workflow into n8n β it verifies every address with BillionVerify before Saleshandy sends, so only deliverable contacts are emailed. Install the BillionVerify community node first, then add your API key.
{
"name": "Verify emails before sending in Saleshandy + BillionVerify",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
],
"name": "When clicking βTest workflowβ"
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "email-field",
"name": "email",
"value": "jane@example.com",
"type": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
460,
300
],
"name": "Get contacts"
},
{
"parameters": {
"sendTo": "={{ $json.email }}",
"subject": "Message for Saleshandy contacts",
"message": "Replace this Gmail send with your Saleshandy node β only deliverable, verified contacts reach it.",
"options": {}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
900,
300
],
"name": "Send email",
"webhookId": "",
"credentials": {
"gmailOAuth2": {
"id": "",
"name": "Gmail account"
}
}
},
{
"parameters": {
"operation": "verify",
"email": "={{ $json.email }}",
"additionalOptions": {}
},
"type": "n8n-nodes-billionverify.billionVerify",
"typeVersion": 1,
"position": [
540,
300
],
"name": "Verify Email (BillionVerify)",
"credentials": {
"billionVerifyApi": {
"id": "",
"name": "BillionVerify account"
}
}
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "is-deliverable",
"leftValue": "={{ $json.is_deliverable }}",
"rightValue": "",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
}
}
]
}
},
"type": "n8n-nodes-base.if",
"typeVersion": 2,
"position": [
720,
300
],
"name": "IF deliverable"
}
],
"connections": {
"When clicking βTest workflowβ": {
"main": [
[
{
"node": "Get contacts",
"type": "main",
"index": 0
}
]
]
},
"Get contacts": {
"main": [
[
{
"node": "Verify Email (BillionVerify)",
"type": "main",
"index": 0
}
]
]
},
"Verify Email (BillionVerify)": {
"main": [
[
{
"node": "IF deliverable",
"type": "main",
"index": 0
}
]
]
},
"IF deliverable": {
"main": [
[
{
"node": "Send email",
"type": "main",
"index": 0
}
],
[]
]
}
},
"settings": {
"executionOrder": "v1"
}
}Workflow templates with Saleshandy
Ready-to-use workflows that verify emails before Saleshandy sends.
How it works
- 1
Export your prospect list or connect your lead source to BillionVerify via the REST API or n8n.
- 2
BillionVerify validates each email for syntax, active MX records, SMTP deliverability, and checks for disposable or role-based patterns.
- 3
Receive a per-address status and a cleaned list with invalid records removed or flagged.
- 4
Import only verified addresses into Saleshandy as contacts or leads.
- 5
Monitor bounce rates in Saleshandy β with a verified list they should stay well below 2%, protecting your sending domain.
When to use this
Scrub prospect lists before importing to Saleshandy
Upload your prospect CSV to BillionVerify before importing into Saleshandy. Remove invalid, disposable, and risky addresses from the list so every sequence you launch starts with a deliverable audience.
Verify leads from enrichment tools in real time
When prospect emails come from data enrichment tools or scraped sources, pipe them through BillionVerify via the REST API before they reach Saleshandy. Filter out unverifiable addresses automatically to protect your cold outreach reputation.
FAQ
Why is email verification especially important for cold outreach?
Cold email contacts have never opted in, so prospect data is often lower quality. A high bounce rate on cold sends can blacklist your sending domain, harming not just future cold campaigns but also transactional email delivery.
Can I verify addresses in real time as I find prospects?
Yes. BillionVerify's REST API lets you verify individual addresses programmatically, so you can integrate verification into any prospecting workflow or CRM enrichment step before contacts reach Saleshandy.
What is a catch-all address and should I include them in Saleshandy?
Catch-all domains accept email for any address, so you cannot confirm a specific address is valid. For cold outreach, sending to catch-all addresses carries risk. BillionVerify flags them so you can make an informed decision.
Verify emails in Saleshandy
Create a free account, grab your API key, and stop bounces before they happen.
Get started free