← All Sales & Outreach

Calley email verification with BillionVerify

Calley is an automated call dialer that helps sales and support teams reach large contact lists efficiently. Integrating BillionVerify into your Calley workflow ensures that every email address tied to a contact record is valid and deliverable before you invest call time, keeping follow-up email campaigns and contact data accurate.

Why verify before the send

Sales dialers live and die by contact quality. When email addresses attached to Calley contacts are invalid or disposable, follow-up email sequences bounce and sender reputation suffers. BillionVerify scrubs those addresses before they enter your dialer queue, so every contact you call also has a reachable inbox for multi-channel follow-up.

Ready-to-use n8n workflow

Import this workflow into n8n β€” it verifies every address with BillionVerify before Calley sends, so only deliverable contacts are emailed. Install the BillionVerify community node first, then add your API key.

verify-emails-in-calley.json
{
  "name": "Verify emails before sending in Calley + 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 Calley contacts",
        "message": "Replace this Gmail send with your Calley 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 Calley

Ready-to-use workflows that verify emails before Calley sends.

How it works

  1. 1

    Export your contact list from Calley or capture new contacts via a webhook.

  2. 2

    An n8n workflow loops through each contact and sends the email address to BillionVerify via REST API.

  3. 3

    BillionVerify returns a deliverability verdict for each address.

  4. 4

    Valid contacts are kept or flagged as safe; invalid and disposable addresses are removed or quarantined.

  5. 5

    The cleaned list is re-imported into Calley or synced to your CRM for multi-channel follow-up.

When to use this

Validate emails before importing contacts

Before uploading a contact list to Calley, run it through BillionVerify via the REST API or n8n. Remove invalid, disposable, and role-based addresses so your call list and any associated email outreach start with clean data.

Enrich dialer records with email health scores

After a call, when reps collect or update email addresses, trigger a BillionVerify check through n8n. Store the verification result alongside the contact so marketing teams know which records are safe for email follow-up.

FAQ

Why verify emails for a calling tool?

Most sales teams follow up calls with emails. Verifying upfront ensures those follow-up messages reach real inboxes, protecting your sender reputation and improving multi-channel conversion rates.

How do I connect BillionVerify to Calley?

Use the BillionVerify n8n community node or REST API inside an n8n workflow that processes your Calley contact exports or webhook events.

Can BillionVerify handle bulk contact lists?

Yes. The BillionVerify REST API supports both single-address lookups and bulk verification, making it suitable for large dialer contact lists.

Verify emails in Calley

Create a free account, grab your API key, and stop bounces before they happen.

Get started free