← All Cold Outreach Workflows

Verify before sales outreach (HubSpot leads β†’ Outlook)

New leads are pulled from HubSpot, verified, and the deliverable ones receive a first outreach email through Outlook.

Why verify before the send

Enriched and scraped lead data is noisy. Reps sending from a real Outlook mailbox can trash their personal sending reputation on a single bad batch. Verifying first protects both deliverability and rep productivity.

The workflow

HubSpot β†’ BillionVerify β†’ Microsoft Outlook β€” verification sits right before the send.

Schedule Trigger
IF deliverable

Node by node

  1. 1
    Schedule TriggerTriggerΒ· n8n

    Runs the outreach batch on a cadence (e.g. each morning).

  2. 2
    Get new leadsSourceΒ· hubspot

    Pulls leads from a HubSpot list or view that have not yet been contacted.

  3. 3
    Verify EmailVerifyΒ· billionverify

    The BillionVerify node, operation "Verify Email". Map its Email field to the address from the previous node. It returns status (valid / invalid / risky / catch-all / role / disposable), is_deliverable, a confidence score, and the reason β€” all before anything is sent.

  4. 4
    IF deliverableLogicΒ· n8n

    Branches on the verification result. Condition: is_deliverable is true. The true branch continues to the send; the false branch skips the send and flags the contact.

  5. 5
    Send outreachSendΒ· microsoft-outlook

    Sends the first-touch email via Outlook for deliverable leads only.

When to use this

  • SDR teams running outbound from individual Outlook mailboxes.
  • Agencies protecting client domains during cold campaigns.
  • Founders doing personalized outreach who want zero hard bounces.

FAQ

Why does a verified list matter for Outlook specifically?

Microsoft is aggressive about reputation. A spike in bounces can throttle or block your mailbox, so a verification gate is especially valuable here.

Can I add a follow-up sequence?

Yes. Branch the deliverable path into a multi-step sequence; the verification only needs to happen once, before the first send.

How are risky addresses handled?

They are excluded from the send and can be tagged in HubSpot for manual review or re-enrichment.

Add verification to your workflow

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

Get started free