{
  "name": "Verify form leads in real time with NeverBounce before adding to your CRM",
  "nodes": [
    {
      "id": "bd74b608-3e8f-4681-9486-bfae15ed8f99",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "3e6e56d2-1871-4860-b661-53deeb8e2af6",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1040,
        -320
      ],
      "parameters": {
        "width": 992,
        "height": 912,
        "content": "## Goal: Stop lead pollution at the source.\nThis workflow creates a “Gatekeeper” for your web forms, ensuring that only 100% valid email addresses ever reach your CRM.\n\n## Setup Steps:\n1. Webhook Link"
      }
    },
    {
      "id": "ce2a949e-55b0-49f6-8e0f-78cb9e34b6a0",
      "name": "Neverbounce: verify an email address",
      "type": "n8n-nodes-neverbounce-email-verification.nbEmailVerification",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "9e82e251-21fa-4330-a1e7-adefe6da39ac",
      "name": "Check if Status = Valid",
      "type": "n8n-nodes-base.if",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "22889c9b-1602-4f0f-a39b-73b78cf1ed9c",
      "name": "Form: Error & Retry",
      "type": "n8n-nodes-base.form",
      "position": [
        624,
        196
      ]
    },
    {
      "id": "70c75bb5-ff74-4d94-8755-1c682df7af33",
      "name": "Create Lead in CRM",
      "type": "n8n-nodes-base.noOp",
      "position": [
        624,
        -64
      ]
    },
    {
      "id": "9586ad65-74a1-486f-9f05-d286a4f17c6e",
      "name": "Form: Success Message",
      "type": "n8n-nodes-base.form",
      "position": [
        848,
        -64
      ]
    }
  ],
  "connections": {
    "Create Lead in CRM": {
      "main": [
        [
          {
            "node": "Form: Success Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Neverbounce: verify an email address",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Form: Error & Retry": {
      "main": [
        [
          {
            "node": "Neverbounce: verify an email address",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if Status = Valid": {
      "main": [
        [
          {
            "node": "Create Lead in CRM",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Form: Error & Retry",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Neverbounce: verify an email address": {
      "main": [
        [
          {
            "node": "Check if Status = Valid",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}