Skip to main content

Vet new Typeform leads with ZeroBounce and sync qualified contacts to Mautic

Workflow preview

Workflow preview
100%
Vet new Typeform leads with ZeroBounce and sync qualified contacts to Mautic preview
Open on n8n.io

1. Workflow Overview

Typeform to Mautic: Advanced ZeroBounce Lead Vetting This workflow automates the transition of new Typeform submissions into Mautic, using ZeroBounce for multi layer v...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@zerobounce/n8n-nodes-zerobounce.zerobounce, n8n-nodes-base.switch, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.typeformtrigger, n8n-nodes-base.mautic

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by ZeroBounce.

Original n8n.io source

1.1 Workflow description

Title
Vet new Typeform leads with ZeroBounce and sync qualified contacts to Mautic
Workflow name
Vet new Typeform leads with ZeroBounce and sync qualified contacts to Mautic

Typeform to Mautic: Advanced ZeroBounce Lead Vetting

This workflow automates the transition of new Typeform submissions into Mautic, using ZeroBounce for multi-layer validation (Validation + Scoring).

Results are also output to Google Sheets for review.

🚀 How it Works

  1. ⚡ Trigger & Verification: Activates on new Typeform submissions and first checks if an email address is provided.
  • Email present: Proceeds to credit check and validation
  • Email missing: Customer details are added to Rejected output for review with reason 'Email missing'.
  1. 💳 Credit Management: Before each ZeroBounce call, the workflow checks your account for sufficient credits to prevent node failures.
  • Success: Proceeds to Stage 1 (Validation).
  • Failure: Customer details are added to Rejected output for retry with reason 'Not enough credits'.
  1. ✔️ Stage 1: Email Validation: Validates the email address with ZeroBounce.
  • Valid: Adds the result to Accepted output and creates a person in Mautic.
  • Invalid: Logs to a Google Sheet with the validation results and a reason for rejection for review.
  • Catch-all: Proceeds to Stage 2 (Scoring).
  1. 🎯 Stage 2: Email Scoring: For "Catch-all" emails, the workflow requests ZeroBounce Scoring.
  • High Score (>=9): Syncs to Mautic.
  • Medium/Low Score: Suppressed and added to a Google Sheet with the assigned score for review.
  1. 📤 Output Results:
  • Accepted: Output validation and scoring results to Accepted and Mautic
  • Rejected Output validation and scoring results to Rejected.

💡 Key Benefits

  • ✨ Zero-Waste Sync: Only "Valid" or "High-Scoring" leads reach your CRM.
  • 🛡️ Credit Safety: Internal checks ensure you never trigger an API call without credits.
  • 📊 Detailed Suppressions: Every rejected lead is categorized by reason (e.g. Email Missing, Invalid, Low Score, or Insufficient credits).

🧩 Nodes used in this workflow

📋 Setup Requirements

  • Typeform: Connect via Access Token or OAuth2 to receive "Form Submission" events.
  • ZeroBounce: Connect via API Key. Create one here.
  • Mautic: Connect via credentials or OAuth2 to create/update people for high-quality leads.
  • Google Sheets: Connect via OAuth2 to append/update rows in a Google Sheets worksheet. Alternatively, swap these nodes out with any other data storage node e.g. n8n Data Table or Microsoft Excel. The sheets/tables can be created with the headers:
  • Accepted columns: Email,First Name,Last Name,Accepted At,Accepted Reason,ZB Status,ZB Sub Status,ZB Free Email,ZB Did You Mean,ZB Account,ZB Domain,ZB Domain Age Days,ZB SMTP Provider,ZB MX Found,ZB MX Record,ZB Score
  • Rejected columns Email,First Name,Last Name,Rejected At,Rejected Reason,ZB Status,ZB Sub Status,ZB Free Email,ZB Did You Mean,ZB Account,ZB Domain,ZB Domain Age Days,ZB SMTP Provider,ZB MX Found,ZB MX Record,ZB Score

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Validate email

Type / Role
@zerobounce/n8n-nodes-zerobounce.zeroBounce - zeroBounce
Config choices
Version 1

Block 2 - Status

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 3 - Has email?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 4 - Filter by score

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 5 - Score email

Type / Role
@zerobounce/n8n-nodes-zerobounce.zeroBounce - zeroBounce
Config choices
Version 1

Block 6 - Not valid

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Not enough credits for scoring

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Not enough credits for validation

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - Email missing

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Check credits for validation

Type / Role
@zerobounce/n8n-nodes-zerobounce.zeroBounce - zeroBounce
Config choices
Version 1

Block 11 - Check credits for scoring

Type / Role
@zerobounce/n8n-nodes-zerobounce.zeroBounce - zeroBounce
Config choices
Version 1

Block 12 - Medium score

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Low score

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Add to Accepted

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 16 - Add to Rejected

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 17 - High score

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 18 - Valid

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Vet new Typeform leads with ZeroBounce and sync qualified contacts to Mautic
Complexity advanced
Nodes 30
Categories Lead Generation, AI Summarization
Author ZeroBounce
Published 29 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13095/13095.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Vet new Typeform leads with ZeroBounce and sync qualified contacts to Mautic do?

Typeform to Mautic: Advanced ZeroBounce Lead Vetting This workflow automates the transition of new Typeform submissions into Mautic, using ZeroBounce for multi layer v...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.